diff options
author | Moonchild <wolfbeast@users.noreply.github.com> | 2016-09-16 19:43:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-16 19:43:24 +0200 |
commit | a5c9f003c9afb3a90b2398c3c2bbd8c29a8c67b1 (patch) | |
tree | 9400ae396f32ba172230f07be24298c65b695616 /configure.in | |
parent | 2e33f04aec7bfdbc97ab6a54b15cb25be61dbcb6 (diff) | |
parent | 4a790ceef54f4f67b284f2c63c86f9f703058c24 (diff) | |
download | palemoon-gre-a5c9f003c9afb3a90b2398c3c2bbd8c29a8c67b1.tar.gz |
Merge pull request #524 from Gpower2/master
Change WINVER and _WIN32_WINNT to 0x0600 where applicable for issue #515
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 29612edf0..4fc500c68 100644 --- a/configure.in +++ b/configure.in @@ -438,7 +438,7 @@ AC_SUBST(CRTEXPDLLVERSION) # Target the Windows 8.1 SDK by default WINSDK_TARGETVER=603 -WINVER=502 +WINVER=600 MOZ_ARG_WITH_STRING(windows-version, [ --with-windows-version=WINSDK_TARGETVER |