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