[0.4.9] [SDK] Change gcc baseaddress for user32.dll to fix CORE-12752

Giving this risky fix a chance.
It reliably prevents the conflict between MSVCP71.dll
& our user32.dll (that can't be relocated by design).
But we'll have to check very carefully that this
patch does not break anything else.
This commit is contained in:
Joachim Henze 2018-05-27 14:16:03 +02:00
parent 367cb1fff3
commit 519cdd3c52

View file

@ -1,9 +1,9 @@
set(baseaddress_user32 0x77a20000) # tweaked by hand to avoid conflict between user32 and msvcp71.dll CORE-12752
set(baseaddress_ntdll 0x7c920000) # should be above 0x7c920000
set(baseaddress_kernel32 0x7c710000)
set(baseaddress_msvcrt 0x7c660000)
set(baseaddress_advapi32 0x7c5b0000)
set(baseaddress_gdi32 0x7c500000)
set(baseaddress_user32 0x7c380000)
set(baseaddress_dhcpcsvc 0x7c330000)
set(baseaddress_dnsapi 0x7c2e0000)
set(baseaddress_icmp 0x7c2b0000)