diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-19 09:58:44 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-19 09:58:44 +0100 |
commit | 85edb1c711f7816ed1a30edd07b37d314fac216a (patch) | |
tree | 814487cc06993dd6e133ab4b23e5bc16b6cb5e2d /old-configure.in | |
parent | bc9ad467f0886f8799c2c4781b1a0b654b362ecf (diff) | |
download | uxp-85edb1c711f7816ed1a30edd07b37d314fac216a.tar.gz |
Make the proper Windows APIs natively available to our tree.
Tag #22.
This bypasses custom definitions of some functions for things natively available in Windows 7.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in index f0d397393d..92a5f729e4 100644 --- a/old-configure.in +++ b/old-configure.in @@ -212,7 +212,7 @@ dnl ======================================================== dnl Special win32 checks dnl ======================================================== -WINVER=502 +WINVER=601 case "$target" in *-mingw*) |