Seems that windows cares about manifests and a mismatched processor architecture...
[reactos.git] / reactos / base / applications / paint / rsrc.rc
index 00bf8d4..e3b086e 100644 (file)
@@ -41,4 +41,9 @@
 // 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
+