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 77db01fCopy full SHA for 77db01f
simplecpp.cpp
@@ -12,6 +12,10 @@
12
13
#include "simplecpp.h"
14
15
+#if defined(_WIN32_WINNT)
16
+# define SIMPLECPP_WINDOWS
17
+#endif
18
+
19
#include <algorithm>
20
#include <cassert>
21
#include <cctype>
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