mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[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:
parent
367cb1fff3
commit
519cdd3c52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue