[0.4.7][CMAKE] Update GCC baseaddress.cmake
authorJoachim Henze <Joachim.Henze@reactos.org>
Fri, 30 Sep 2022 21:05:12 +0000 (23:05 +0200)
committerJoachim Henze <Joachim.Henze@reactos.org>
Fri, 30 Sep 2022 21:05:12 +0000 (23:05 +0200)
Just adds a missing module without touching the rest, because releases/0.4.7
is not plagued by any frequent relocations at runtime.

The minor update will just fix the following warning at compile-time for GCC:
-- notifyhook has no base address

The list of addresses we used in 0.4.7 is still hand-groomed, and was not
generated by the script yet.

sdk/cmake/baseaddress.cmake

index 13944bf..04d432a 100644 (file)
@@ -364,3 +364,4 @@ set(baseaddress_fusion_2_0             0x72cb0000)
 set(baseaddress_getuname               0x723b0000) # displaced for user32
 set(baseaddress_hid                    0x72380000) # displaced for user32
 set(baseaddress_hlink                  0x72340000) # displaced for user32
+set(baseaddress_notifyhook             0x72310000)