Explorar el Código

Merge branch 'fix-pointer-truncation' into release-3.14

Merge-request: !2956
Brad King hace 7 años
padre
commit
9f351b93ab

+ 1 - 1
Source/LexerParser/cmListFileLexer.c

@@ -766,7 +766,7 @@ Modify cmListFileLexer.c:
 
 /* IWYU pragma: no_forward_declare yyguts_t */
 
-#ifdef WIN32
+#ifdef _WIN32
 #include "cmsys/Encoding.h"
 #endif
 

+ 1 - 1
Source/LexerParser/cmListFileLexer.in.l

@@ -18,7 +18,7 @@ Modify cmListFileLexer.c:
 
 /* IWYU pragma: no_forward_declare yyguts_t */
 
-#ifdef WIN32
+#ifdef _WIN32
 #include "cmsys/Encoding.h"
 #endif