Merge from amd64-branch:
[reactos.git] / reactos / base / applications / paint / rsrc.rc
index 285aaad..a1e776d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     PAINT for ReactOS
  * LICENSE:     LGPL
- * FILE:        rsrc.rc
+ * FILE:        base/applications/paint/rsrc.rc
  * PURPOSE:     Managing the resources
  * PROGRAMMERS: Benedikt Freisen
  */
@@ -29,6 +29,7 @@
 #include "lang/pt-PT.rc"
 // cp 1250 languages
 #include "lang/cs-CZ.rc"
+#include "lang/hu-HU.rc"
 #include "lang/ro-RO.rc"
 #include "lang/sk-SK.rc"
 // cp 1251 languages
@@ -41,4 +42,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
+