Author: rharabien
Date: Thu Oct 13 14:02:21 2011
New Revision: 54110
URL:
http://svn.reactos.org/svn/reactos?rev=54110&view=rev
Log:
[NOTEPAD] - Characters in ANSI windows are fixed so finally mark notepad as unicode
Modified:
trunk/reactos/base/applications/notepad/CMakeLists.txt
Modified: trunk/reactos/base/applications/notepad/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/…
==============================================================================
--- trunk/reactos/base/applications/notepad/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/base/applications/notepad/CMakeLists.txt [iso-8859-1] Thu Oct 13
14:02:21 2011
@@ -10,7 +10,7 @@
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)