mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NOTEPAD] - Characters in ANSI windows are fixed so finally mark notepad as unicode
svn path=/trunk/; revision=54110
This commit is contained in:
@@ -10,7 +10,7 @@ set_rc_compiler()
|
||||
|
||||
add_executable(notepad ${SOURCE})
|
||||
|
||||
set_module_type(notepad win32gui)
|
||||
set_module_type(notepad win32gui UNICODE)
|
||||
add_importlibs(notepad user32 gdi32 comctl32 comdlg32 advapi32 shell32 msvcrt kernel32)
|
||||
add_pch(notepad notepad.h)
|
||||
add_cd_file(TARGET notepad DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user