Skip to content

Alternative Hashing Dependency #24

@RyanJField

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.

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