We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033f62 commit c40cf32Copy full SHA for c40cf32
1 file changed
simplecpp.cpp
@@ -3,15 +3,15 @@
3
* Copyright (C) 2016-2023 simplecpp team
4
*/
5
6
-#include "simplecpp.h"
7
-
8
-#ifdef SIMPLECPP_WINDOWS
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
9
# define _WIN32_WINNT 0x0602
10
# define NOMINMAX
11
# include <windows.h>
12
# undef ERROR
13
#endif
14
+#include "simplecpp.h"
+
15
#include <algorithm>
16
#include <cassert>
17
#include <cctype>
0 commit comments