simplify warning

This commit is contained in:
conrad
2023-01-01 15:50:34 +10:00
parent 0c2c01fdeb
commit c8a2d3493a
+1 -1
View File
@@ -431,7 +431,7 @@
#undef min
#undef max
#pragma message ("WARNING: detected 'min' and/or 'max' macros and undefined them;")
#pragma message ("WARNING: you may wish to define NOMINMAX before including any windows header")
#pragma message ("WARNING: suggest to define NOMINMAX before including any windows header")
#endif