We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21783e commit 15001beCopy full SHA for 15001be
win32/win32.h
@@ -133,7 +133,8 @@
133
# define NOMEMMGR /* GUI IPC RPC malloc buffers */
134
# define NOMENUS /* GUI Menu obj */
135
# define NOMETAFILE /* file format for half rendered graphics */
136
-# define NOMINMAX /* "Macros min(a,b) and max(a,b)" OBSOL/UNIMPL/FUT */
+# undef NOMINMAX /* "Macros min(a,b) and max(a,b)" OBSOL/UNIMPL/FUT */
137
+# define NOMINMAX
138
# define NOMSG /* GUI Message loop */
139
/* #define NONLS "Wide" Code Page conversion APIs */
140
/* OBSOL/UNIMPL/FUT "OpenFile(), OemToAnsi, AnsiToOem" etc */
0 commit comments