Merge "Upgrade Windows default build version from Vista to 7"
am: ff42f04af8
Change-Id: I5bbcb61e74a847918867a7b26f9fc295c387b99d
This commit is contained in:
commit
475b7d7fb7
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ var (
|
|||
|
||||
// Use C99-compliant printf functions (%zd).
|
||||
"-D__USE_MINGW_ANSI_STDIO=1",
|
||||
// Admit to using >= Vista. Both are needed because of <_mingw.h>.
|
||||
"-D_WIN32_WINNT=0x0600",
|
||||
"-DWINVER=0x0600",
|
||||
// Admit to using >= Windows 7. Both are needed because of <_mingw.h>.
|
||||
"-D_WIN32_WINNT=0x0601",
|
||||
"-DWINVER=0x0601",
|
||||
// Get 64-bit off_t and related functions.
|
||||
"-D_FILE_OFFSET_BITS=64",
|
||||
|
||||
|
|
Loading…
Reference in a new issue