On Windows the preprocessor macro NOMINMAX has to be defined if windows.h is included

Issue #139 closed
Paolo Brandoli repo owner created an issue

On Windows, the header file windows declares min and max as macros and this collide with the numeric min and max in the standard library.

To avoid this, NOMINMAX has to be defined before including windows.h in a project that also includes imebra.h, but this is not specified in the documentation

Comments (4)

  1. Log in to comment