aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 38c8939380..a444562a04 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -521,6 +521,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
!endif
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
+#define SIGNEDNESS_OF_TIME_T -1
!if $(RT_VER) >= 80
#define SIZEOF_TIME_T 8
#define TIMET2NUM(v) LL2NUM(v)