* Sync with recent trunk (r52637).
[reactos.git] / base / applications / cmdutils / doskey / doskey.rc
index 5377210..bc50e30 100644 (file)
@@ -1,12 +1,17 @@
+#include <windows.h>
+#include "doskey.h"
+
 #define REACTOS_STR_FILE_DESCRIPTION   "W32 doskey command\0"
 #define REACTOS_STR_INTERNAL_NAME      "doskey\0"
 #define REACTOS_STR_ORIGINAL_FILENAME  "doskey.exe\0"
 #include <reactos/version.rc>
 
-#include <windows.h>
-#include "doskey.h"
-
 #include "lang/bg-BG.rc"
 #include "lang/de-DE.rc"
 #include "lang/en-US.rc"
+#include "lang/sv-SE.rc"
+
+// UTF-8
+#pragma code_page(65001)
+#include "lang/pl-PL.rc"
 #include "lang/uk-UA.rc"