aboutsummaryrefslogtreecommitdiffstats
path: root/make/intptr.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/intptr.cfg')
-rwxr-xr-xmake/intptr.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/intptr.cfg b/make/intptr.cfg
index 0c2ac99a1..04c9605ec 100755
--- a/make/intptr.cfg
+++ b/make/intptr.cfg
@@ -1,3 +1,4 @@
+CustomCCode #ifdef WIN32
CustomCCode #ifdef _MSC_VER
CustomCCode /* This typedef is apparently needed for Microsoft compilers before VC8,
CustomCCode and on Windows CE */
@@ -11,3 +12,4 @@ CustomCCode #endif
CustomCCode #else
CustomCCode #include <inttypes.h>
CustomCCode #endif
+CustomCCode #endif