Skip to content

Commit 519cdd3

Browse files
committed
[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.
1 parent 367cb1f commit 519cdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cmake/baseaddress.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
set(baseaddress_user32 0x77a20000) # tweaked by hand to avoid conflict between user32 and msvcp71.dll CORE-12752
12
set(baseaddress_ntdll 0x7c920000) # should be above 0x7c920000
23
set(baseaddress_kernel32 0x7c710000)
34
set(baseaddress_msvcrt 0x7c660000)
45
set(baseaddress_advapi32 0x7c5b0000)
56
set(baseaddress_gdi32 0x7c500000)
6-
set(baseaddress_user32 0x7c380000)
77
set(baseaddress_dhcpcsvc 0x7c330000)
88
set(baseaddress_dnsapi 0x7c2e0000)
99
set(baseaddress_icmp 0x7c2b0000)

0 commit comments

Comments
 (0)