Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / calc / resource.rc
1 /*
2 * PROJECT: ReactOS Calc
3 * LICENSE: LGPL - See COPYING.LIB in the top level directory
4 * FILE: base/applications/calc/resource.rc
5 * PURPOSE: Global resource file
6 */
7
8 #include <windef.h>
9 #include <winuser.h>
10
11 #include "resource.h"
12
13 #ifndef IDC_STATIC
14 #define IDC_STATIC -1
15 #endif
16
17 /* Common resources */
18
19 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
20
21 /* Icons */
22 IDI_CALC_BIG ICON "res/calc.ico"
23 IDI_CALC_SMALL ICON "res/calc_sm.ico"
24
25 #include <reactos/manifest_exe.rc>
26
27 /* UTF-8 */
28 #pragma code_page(65001)
29
30 #ifdef LANGUAGE_BG_BG
31 #include "lang/bg-BG.rc"
32 #endif
33 #ifdef LANGUAGE_CS_CZ
34 #include "lang/cs-CZ.rc"
35 #endif
36 #ifdef LANGUAGE_DE_DE
37 #include "lang/de-DE.rc"
38 #endif
39 #ifdef LANGUAGE_EN_US
40 #include "lang/en-US.rc"
41 #endif
42 #ifdef LANGUAGE_EL_GR
43 #include "lang/el-GR.rc"
44 #endif
45 #ifdef LANGUAGE_ES_ES
46 #include "lang/es-ES.rc"
47 #endif
48 #ifdef LANGUAGE_FR_FR
49 #include "lang/fr-FR.rc"
50 #endif
51 #ifdef LANGUAGE_HE_IL
52 #include "lang/he-IL.rc"
53 #endif
54 #ifdef LANGUAGE_HU_HU
55 #include "lang/hu-HU.rc"
56 #endif
57 #ifdef LANGUAGE_IT_IT
58 #include "lang/it-IT.rc"
59 #endif
60 #ifdef LANGUAGE_JA_JP
61 #include "lang/ja-JP.rc"
62 #endif
63 #ifdef LANGUAGE_KO_KR
64 #include "lang/ko-KR.rc"
65 #endif
66 #ifdef LANGUAGE_NL_NL
67 #include "lang/nl-NL.rc"
68 #endif
69 #ifdef LANGUAGE_NB_NO
70 #include "lang/no-NO.rc"
71 #endif
72 #ifdef LANGUAGE_PL_PL
73 #include "lang/pl-PL.rc"
74 #endif
75 #ifdef LANGUAGE_PT_BR
76 #include "lang/pt-BR.rc"
77 #endif
78 #ifdef LANGUAGE_RO_RO
79 #include "lang/ro-RO.rc"
80 #endif
81 #ifdef LANGUAGE_RU_RU
82 #include "lang/ru-RU.rc"
83 #endif
84 #ifdef LANGUAGE_SK_SK
85 #include "lang/sk-SK.rc"
86 #endif
87 #ifdef LANGUAGE_SQ_AL
88 #include "lang/sq-AL.rc"
89 #endif
90 #ifdef LANGUAGE_SV_SE
91 #include "lang/sv-SE.rc"
92 #endif
93 #ifdef LANGUAGE_TH_TH
94 #include "lang/th-TH.rc"
95 #endif
96 #ifdef LANGUAGE_TR_TR
97 #include "lang/tr-TR.rc"
98 #endif
99 #ifdef LANGUAGE_UK_UA
100 #include "lang/uk-UA.rc"
101 #endif
102 #ifdef LANGUAGE_ZH_CN
103 #include "lang/zh-CN.rc"
104 #endif