[FREELDR] Diverse enhancements.
[reactos.git] / boot / freeldr / fdebug / fdebug.rc
index 0b38b11..ce2f8b4 100644 (file)
@@ -7,6 +7,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 IDI_FDEBUG ICON "fdebug.ico"
 
+#include <reactos/manifest_exe.rc>
+
+/* UTF-8 */
+#pragma code_page(65001)
+
 #ifdef LANGUAGE_BG_BG
     #include "lang/bg-BG.rc"
 #endif
@@ -43,13 +48,6 @@ IDI_FDEBUG ICON "fdebug.ico"
 #ifdef LANGUAGE_NB_NO
     #include "lang/no-NO.rc"
 #endif
-#ifdef LANGUAGE_SK_SK
-    #include "lang/sk-SK.rc"
-#endif
-
-/* UTF-8 */
-#pragma code_page(65001)
-
 #ifdef LANGUAGE_PL_PL
     #include "lang/pl-PL.rc"
 #endif
@@ -59,6 +57,9 @@ IDI_FDEBUG ICON "fdebug.ico"
 #ifdef LANGUAGE_RU_RU
     #include "lang/ru-RU.rc"
 #endif
+#ifdef LANGUAGE_SK_SK
+    #include "lang/sk-SK.rc"
+#endif
 #ifdef LANGUAGE_SQ_AL
     #include "lang/sq-AL.rc"
 #endif
@@ -68,3 +69,9 @@ IDI_FDEBUG ICON "fdebug.ico"
 #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