02e7e134e7771d10cfb4e853c23c4d75c021ee3e
[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/fr-FR.rc"
21 #include "lang/it-IT.rc"
22 #include "lang/es-ES.rc"
23 #include "lang/pt-BR.rc"
24 #include "lang/pt-PT.rc"
25 // cp 1250 languages
26 #include "lang/sk-SK.rc"
27 #include "lang/cs-CZ.rc"
28 // cp 1251 languages
29 #include "lang/uk-UA.rc"
30
31
32 //
33 // SUPPORT FOR WINDOWS XP THEMES:
34 // THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS
35 // LIBRARY VERSION 6.0 (IF IT IS AVAILABLE)
36 //
37 1 24 "paint.exe.manifest"