aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index bc2dedf54..43997faf1 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -333,12 +333,18 @@
/* TYPE SIZES */
/* ---------------------------------------------------------------- */
-/* The number of bytes in a long double. */
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
+/* The size of `long double', as computed by sizeof. */
#define SIZEOF_LONG_DOUBLE 16
-/* The number of bytes in a long long. */
+/* The size of `long long', as computed by sizeof. */
/* #define SIZEOF_LONG_LONG 8 */
+/* The size of `short', as computed by sizeof. */
+#define SIZEOF_SHORT 2
+
/* ---------------------------------------------------------------- */
/* STRUCT RELATED */
/* ---------------------------------------------------------------- */