[MSIEXEC] Sync with Wine Staging 2.16. CORE-13762
[reactos.git] / base / system / winlogon / winlogon.rc
index d3c4747..92b8f2c 100644 (file)
@@ -3,16 +3,14 @@
 
 #include "resource.h"
 
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
 #define REACTOS_STR_FILE_DESCRIPTION  "ReactOS Logon Application"
 #define REACTOS_STR_INTERNAL_NAME     "winlogon"
 #define REACTOS_STR_ORIGINAL_FILENAME "winlogon.exe"
 #include <reactos/version.rc>
 
-/*
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-
-IDI_WINLOGON ICON "resources/winlogon.ico"
-*/
+IDI_WINLOGON ICON "res/winlogon.ico"
 
 /* UTF-8 */
 #pragma code_page(65001)
@@ -56,6 +54,9 @@ IDI_WINLOGON ICON "resources/winlogon.ico"
 #ifdef LANGUAGE_LT_LT
     #include "lang/lt-LT.rc"
 #endif
+#ifdef LANGUAGE_MS_MY
+    #include "lang/ms-MY.rc"
+#endif
 #ifdef LANGUAGE_NB_NO
     #include "lang/no-NO.rc"
 #endif
@@ -92,3 +93,6 @@ IDI_WINLOGON ICON "resources/winlogon.ico"
 #ifdef LANGUAGE_ZH_CN
     #include "lang/zh-CN.rc"
 #endif
+#ifdef LANGUAGE_ZH_TW
+    #include "lang/zh-TW.rc"
+#endif
\ No newline at end of file