[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / mapi32 / version.rc
index cf11a34..c994eab 100644 (file)
 
 #include "wine/wine_common_ver.rc"
 
+
+/* UTF-8 */
+#pragma code_page(65001)
+
 #ifdef LANGUAGE_DA_DK
     #include "lang/Da.rc"
 #endif
 #ifdef LANGUAGE_EN_US
     #include "lang/En.rc"
 #endif
-#ifdef LANGUAGE_PL_PL
-    #include "lang/Pl.rc"
-#endif
-
-/* UTF-8 */
 #ifdef LANGUAGE_ES_ES
     #include "lang/Es.rc"
 #endif
@@ -71,6 +70,9 @@
 #ifdef LANGUAGE_NO_NO
     #include "lang/No.rc"
 #endif
+#ifdef LANGUAGE_PL_PL
+    #include "lang/Pl.rc"
+#endif
 #ifdef LANGUAGE_PT_PT
     #include "lang/Pt.rc"
 #endif
@@ -92,3 +94,6 @@
 #ifdef LANGUAGE_UK_UA
     #include "lang/Uk.rc"
 #endif
+#ifdef LANGUAGE_ZH_CN
+    #include "lang/Zh.rc"
+#endif
\ No newline at end of file