We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fa3d7 commit 3f32b6fCopy full SHA for 3f32b6f
2 files changed
simplecpp.cpp
@@ -3,7 +3,7 @@
3
* Copyright (C) 2016-2023 simplecpp team
4
*/
5
6
-#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
+#if defined(_WIN32)
7
# define _WIN32_WINNT 0x0602
8
# define NOMINMAX
9
# include <windows.h>
simplecpp.h
@@ -6,7 +6,7 @@
#ifndef simplecppH
#define simplecppH
10
# define SIMPLECPP_WINDOWS
11
#endif
12
0 commit comments