mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Revert r66580 and r66579.
svn path=/trunk/; revision=66587
This commit is contained in:
parent
55ac845a5e
commit
2fd746a504
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/win32ss/core)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/win32ss)
|
||||
|
||||
list(APPEND SOURCE
|
||||
AddFontResource.c
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/win32ss/core/include)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include)
|
||||
|
||||
list(APPEND SOURCE
|
||||
osver.c
|
||||
|
|
Loading…
Reference in a new issue