mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[desk.cpl]
- revert unintended change svn path=/trunk/; revision=53753
This commit is contained in:
parent
22cbaa54ac
commit
e11560bf1b
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
add_definitions(-D_WIN32)
|
||||
|
||||
set_unicode()
|
||||
set_rc_compiler()
|
||||
|
||||
spec2def(desk.cpl desk.spec)
|
||||
|
@ -27,7 +26,7 @@ add_library(desk SHARED
|
|||
theme.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/desk.def)
|
||||
|
||||
set_module_type(desk cpl)
|
||||
set_module_type(desk cpl UNICODE)
|
||||
|
||||
target_link_libraries(desk uuid)
|
||||
|
||||
|
|
Loading…
Reference in a new issue