mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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:
parent
412bc985ed
commit
db72017f94
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue