Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/aconf2.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/aconf2.h')
-rw-r--r--pdf/aconf2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pdf/aconf2.h b/pdf/aconf2.h
index 59a1740..b51de1e 100644
--- a/pdf/aconf2.h
+++ b/pdf/aconf2.h
@@ -28,4 +28,11 @@
# endif
#endif
+/*
+ * Make sure WIN32 is defined if appropriate.
+ */
+#if defined(_WIN32) && !defined(WIN32)
+# define WIN32
+#endif
+
#endif