Author: akhaldi
Date: Tue Feb 21 18:00:08 2012
New Revision: 55783

URL: http://svn.reactos.org/svn/reactos?rev=55783&view=rev
Log:
[FTFD]
* Properly set the base address.

Modified:
    trunk/reactos/drivers/video/font/ftfd/CMakeLists.txt

Modified: trunk/reactos/drivers/video/font/ftfd/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/font/ftfd/CMakeLists.txt?rev=55783&r1=55782&r2=55783&view=diff
==============================================================================
--- trunk/reactos/drivers/video/font/ftfd/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/video/font/ftfd/CMakeLists.txt [iso-8859-1] Tue Feb 
21 18:00:08 2012
@@ -13,7 +13,7 @@
 
 set_entrypoint(ftfd FtfdEnableDriver 12)
 set_subsystem(ftfd native)
-set_image_base(ftfd ${baseaddress_ftfd})
+set_image_base(ftfd 0x00010000)
 
 target_link_libraries(ftfd
     freetype


Reply via email to