Skip to content

Alternative Hashing Dependency #24

Description

@RyanJField

Currently DigestCPP includes windows.h. This causes declaration issues including the enum declaration of ERROR for the logger and use of min max declarations in yamlcpp.

Currently these are mitigated using:

IF(WIN32)
    add_definitions(-DNOMINMAX)
    add_definitions(-DNOGDI)
ENDIF()

However it would be better to use a library that does not require windows.h for windows compilation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions