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 37fa4f4 commit 1cb3cbbCopy full SHA for 1cb3cbb
simplecpp.cpp
@@ -4,6 +4,7 @@
4
*/
5
6
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
7
+# define SIMPLECPP_WINDOWS
8
# define _WIN32_WINNT 0x0602
9
# define NOMINMAX
10
# include <windows.h>
simplecpp.h
@@ -567,4 +567,7 @@ namespace simplecpp {
567
# pragma warning(pop)
568
#endif
569
570
+#undef SIMPLECPP_LIB
571
+#undef SIMPLECPP_WINDOWS
572
+
573
0 commit comments