We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91812df commit 48c9de8Copy full SHA for 48c9de8
src/include/port/win32.h
@@ -9,7 +9,7 @@
9
* Leave a higher value in place.
10
*/
11
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
12
-#undefine _WIN32_WINNT
+#undef _WIN32_WINNT
13
#endif
14
#ifndef _WIN32_WINNT
15
#define _WIN32_WINNT 0x0501
0 commit comments