aboutsummaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/orconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index dee212790b..5697ac7b89 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -209,6 +209,9 @@
/* The size of a `__int64', as computed by sizeof. */
#define SIZEOF___INT64 8
+/* The sizeof a size_t, as computed by sizeof. */
+#define SIZEOF_SIZE_T 4
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS