[ntoskrnl/cc]
[reactos.git] / reactos / base / applications / paint / rsrc.rc
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: base/applications/paint/rsrc.rc
5 * PURPOSE: Managing the resources
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 /* INCLUDES *********************************************************/
10
11 #include <windows.h>
12 #include "definitions.h"
13
14 #include "icons.rc"
15
16 // cp 1252 languages
17 #include "lang/de-DE.rc"
18 #include "lang/en-GB.rc"
19 #include "lang/en-US.rc"
20 #include "lang/es-ES.rc"
21 #include "lang/eu-ES.rc"
22 #include "lang/fr-FR.rc"
23 #include "lang/it-IT.rc"
24 #include "lang/ja-JP.rc"
25 #include "lang/nl-NL.rc"
26 #include "lang/no-NO.rc"
27 #include "lang/pl-PL.rc"
28 #include "lang/pt-BR.rc"
29 #include "lang/pt-PT.rc"
30 // cp 1250 languages
31 #include "lang/cs-CZ.rc"
32 #include "lang/hu-HU.rc"
33 #include "lang/ro-RO.rc"
34 #include "lang/sk-SK.rc"
35 // cp 1251 languages
36 #include "lang/bg-BG.rc"
37 #include "lang/ru-RU.rc"
38 #include "lang/uk-UA.rc"
39
40 //
41 // SUPPORT FOR WINDOWS XP THEMES:
42 // THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS
43 // LIBRARY VERSION 6.0 (IF IT IS AVAILABLE)
44 //
45 1 24 "paint.exe.manifest"