mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[wue] fix TimeZone option not being applied to the right parent
* Closes #2519. * Also update MinGW's base WINVER to Windows 10.
This commit is contained in:
parent
9b3c11122b
commit
78608c35fe
6 changed files with 18 additions and 16 deletions
2
configure
vendored
2
configure
vendored
|
@ -4638,7 +4638,7 @@ esac
|
|||
printf "%s\n" "#define _GNU_SOURCE /**/" >>confdefs.h
|
||||
|
||||
|
||||
AM_CFLAGS="${AM_CFLAGS} -DWINVER=0x601 -D_WIN32_WINNT=0x601 -D_WIN32_IE=0x800"
|
||||
AM_CFLAGS="${AM_CFLAGS} -DWINVER=0x0A00 -D_WIN32_WINNT=0x0A00 -D_WIN32_IE=0x0A00"
|
||||
# "-Wl,--nxcompat" to enable DEP (Data Execution Prevention)
|
||||
# "-Wl,--dynamicbase" to enable ASLR (Address Space Layout Randomization)
|
||||
AM_LDFLAGS="${AM_LDFLAGS} -Wl,-no-undefined -Wl,--nxcompat -Wl,--no-insert-timestamp -Wl,--dynamicbase"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue