From 216a2fef8cc32561cd3ac52f9c3f74d075e27429 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 21 Feb 2012 18:00:08 +0000 Subject: [PATCH] [FTFD] * Properly set the base address. svn path=/trunk/; revision=55783 --- reactos/drivers/video/font/ftfd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/video/font/ftfd/CMakeLists.txt b/reactos/drivers/video/font/ftfd/CMakeLists.txt index c45ab457bfe..f80c55f226d 100644 --- a/reactos/drivers/video/font/ftfd/CMakeLists.txt +++ b/reactos/drivers/video/font/ftfd/CMakeLists.txt @@ -13,7 +13,7 @@ add_library(ftfd SHARED 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