summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 326bd7fa7a..ea5789fd3e 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -851,6 +851,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define HAVE_QSORT_S
!endif
#define HAVE_TYPE_NET_LUID 1
+!if $(MSC_VER) >= 1600
+#define HAVE_NULLPTR 1
+!endif
#define SETPGRP_VOID 1
#define RSHIFT(x,y) ((x)>>(int)y)
#define HAVE_RB_FD_INIT 1