From db72017f94161d80d6ecdb56553334f15276c150 Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Thu, 13 Oct 2011 14:02:21 +0000 Subject: [PATCH] [NOTEPAD] - Characters in ANSI windows are fixed so finally mark notepad as unicode svn path=/trunk/; revision=54110 --- reactos/base/applications/notepad/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/notepad/CMakeLists.txt b/reactos/base/applications/notepad/CMakeLists.txt index 60d2f774132..ee8b8806337 100644 --- a/reactos/base/applications/notepad/CMakeLists.txt +++ b/reactos/base/applications/notepad/CMakeLists.txt @@ -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)