[FREELDR]

- Revert 52230 - it breaks freeldr build in GCC

svn path=/trunk/; revision=52235
This commit is contained in:
Rafal Harabien
2011-06-14 18:34:10 +00:00
parent d53b93507f
commit 37f77aecd6
+2 -2
View File
@@ -188,7 +188,7 @@ else()
endif()
set_subsystem(freeldr_pe native)
set_image_base(freeldr_pe 0x10000)
set_image_base(freeldr_pe 0x9000)
set_entrypoint(freeldr_pe RealEntryPoint)
if(ARCH MATCHES i386)
@@ -242,7 +242,7 @@ else()
endif()
set_subsystem(setupldr_pe native)
set_image_base(setupldr_pe 0x10000)
set_image_base(setupldr_pe 0x9000)
set_entrypoint(setupldr_pe RealEntryPoint)
if(ARCH MATCHES i386)