1 parent d828027 commit c07f4a3Copy full SHA for c07f4a3
1 file changed
src/sass.hpp
@@ -14,11 +14,17 @@
14
// aplies to MSVC and MinGW
15
#ifdef _WIN32
16
// we do not want the ERROR macro
17
-# define NOGDI
+# ifndef NOGDI
18
+# define NOGDI
19
+# endif
20
// we do not want the min/max macro
-# define NOMINMAX
21
+# ifndef NOMINMAX
22
+# define NOMINMAX
23
24
// we do not want the IN/OUT macro
-# define _NO_W32_PSEUDO_MODIFIERS
25
+# ifndef _NO_W32_PSEUDO_MODIFIERS
26
+# define _NO_W32_PSEUDO_MODIFIERS
27
28
#endif
29
30
0 commit comments