Sync with trunk r43000
[reactos.git] / reactos / base / applications / paint / rsrc.rc
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: main.c
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/fr-FR.rc"
22 #include "lang/it-IT.rc"
23 #include "lang/ja-JP.rc"
24 #include "lang/nl-NL.rc"
25 #include "lang/no-NO.rc"
26 #include "lang/pl-PL.rc"
27 #include "lang/pt-BR.rc"
28 #include "lang/pt-PT.rc"
29 // cp 1250 languages
30 #include "lang/cs-CZ.rc"
31 #include "lang/ro-RO.rc"
32 #include "lang/sk-SK.rc"
33 // cp 1251 languages
34 #include "lang/bg-BG.rc"
35 #include "lang/ru-RU.rc"
36 #include "lang/uk-UA.rc"
37
38 //
39 // SUPPORT FOR WINDOWS XP THEMES:
40 // THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS
41 // LIBRARY VERSION 6.0 (IF IT IS AVAILABLE)
42 //
43 1 24 "paint.exe.manifest"