[MSIEXEC] Sync with Wine Staging 2.16. CORE-13762
[reactos.git] / base / system / winlogon / winlogon.rc
index 1a68945..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
@@ -74,21 +75,24 @@ IDI_WINLOGON ICON "resources/winlogon.ico"
 #ifdef LANGUAGE_RU_RU
     #include "lang/ru-RU.rc"
 #endif
-#ifdef LANGUAGE_SV_SE
-    #include "lang/sv-SE.rc"
-#endif
 #ifdef LANGUAGE_SK_SK
     #include "lang/sk-SK.rc"
 #endif
-#ifdef LANGUAGE_TR_TR
-    #include "lang/tr-TR.rc"
-#endif
 #ifdef LANGUAGE_SQ_AL
     #include "lang/sq-AL.rc"
 #endif
+#ifdef LANGUAGE_SV_SE
+    #include "lang/sv-SE.rc"
+#endif
+#ifdef LANGUAGE_TR_TR
+    #include "lang/tr-TR.rc"
+#endif
 #ifdef LANGUAGE_UK_UA
     #include "lang/uk-UA.rc"
 #endif
 #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