[NOTEPAD] - Characters in ANSI windows are fixed so finally mark notepad as unicode

svn path=/trunk/; revision=54110
This commit is contained in:
Rafal Harabien 2011-10-13 14:02:21 +00:00
parent 412bc985ed
commit db72017f94

View file

@ -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)