Seems that windows cares about manifests and a mismatched processor architecture...
[reactos.git] / reactos / base / applications / paint / rsrc.rc
old mode 100755 (executable)
new mode 100644 (file)
index 9e14089..e3b086e
@@ -1,37 +1,49 @@
-/*\r
- * PROJECT:     PAINT for ReactOS\r
- * LICENSE:     LGPL\r
- * FILE:        main.c\r
- * PURPOSE:     Managing the resources\r
- * PROGRAMMERS: Benedikt Freisen\r
- */\r
\r
-/* INCLUDES *********************************************************/\r
-\r
-#include <windows.h>\r
-#include "definitions.h"\r
-\r
-#include "icons.rc"\r
-\r
-// cp 1252 languages\r
-#include "lang/de-DE.rc"\r
-#include "lang/en-GB.rc"\r
-#include "lang/en-US.rc"\r
-#include "lang/fr-FR.rc"\r
-#include "lang/it-IT.rc"\r
-#include "lang/es-ES.rc"\r
-#include "lang/pt-BR.rc"\r
-#include "lang/pt-PT.rc"\r
-// cp 1250 languages\r
-#include "lang/sk-SK.rc"\r
-#include "lang/cs-CZ.rc"\r
-// cp 1251 languages\r
-#include "lang/uk-UA.rc"\r
-\r
-\r
-//\r
-// SUPPORT FOR WINDOWS XP THEMES:\r
-// THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS\r
-// LIBRARY VERSION 6.0 (IF IT IS AVAILABLE)\r
-//\r
-1 24 "paint.exe.manifest"\r
+/*
+ * PROJECT:     PAINT for ReactOS
+ * LICENSE:     LGPL
+ * FILE:        base/applications/paint/rsrc.rc
+ * PURPOSE:     Managing the resources
+ * PROGRAMMERS: Benedikt Freisen
+ */
+/* INCLUDES *********************************************************/
+
+#include <windows.h>
+#include "definitions.h"
+
+#include "icons.rc"
+
+// cp 1252 languages
+#include "lang/de-DE.rc"
+#include "lang/en-GB.rc"
+#include "lang/en-US.rc"
+#include "lang/es-ES.rc"
+#include "lang/eu-ES.rc"
+#include "lang/fr-FR.rc"
+#include "lang/it-IT.rc"
+#include "lang/ja-JP.rc"
+#include "lang/nl-NL.rc"
+#include "lang/no-NO.rc"
+#include "lang/pl-PL.rc"
+#include "lang/pt-BR.rc"
+#include "lang/pt-PT.rc"
+// cp 1250 languages
+#include "lang/cs-CZ.rc"
+#include "lang/ro-RO.rc"
+#include "lang/sk-SK.rc"
+// cp 1251 languages
+#include "lang/bg-BG.rc"
+#include "lang/ru-RU.rc"
+#include "lang/uk-UA.rc"
+
+//
+// SUPPORT FOR WINDOWS XP THEMES:
+// THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS
+// LIBRARY VERSION 6.0 (IF IT IS AVAILABLE)
+//
+#ifdef _AMD64_
+1 24 "paint.exe.amd64.manifest"
+#elif _X86_
+1 24 "paint.exe.manifest"
+#endif
+