We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091c7d4 commit 029174aCopy full SHA for 029174a
win32/Makefile.sub
@@ -176,7 +176,7 @@ PLATFORM = mswin32
176
!error RT not defined. Retry from configure pass.
177
!endif
178
!ifndef NTVER
179
-NTVER = 0x0602 # _WIN32_WINNT_WIN8
+NTVER = _WIN32_WINNT_WIN8
180
181
!ifdef NTVER
182
ARCHDEFS = -D_WIN32_WINNT=$(NTVER) $(ARCHDEFS)
@@ -664,6 +664,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
664
!if defined(ABI_VERSION)
665
#define RUBY_ABI_VERSION $(ABI_VERSION)
666
667
+#define _WIN32_WINNT $(NTVER)
668
#define STDC_HEADERS 1
669
#define HAVE_SYS_TYPES_H 1
670
#define HAVE_SYS_STAT_H 1
0 commit comments