* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / applications / notepad / rsrc.rc
1 /*
2 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
3 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19
20 #include <windef.h>
21 #include <winuser.h>
22
23 #include "notepad_res.h"
24
25 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Editor\0"
26 #define REACTOS_STR_INTERNAL_NAME "notepad\0"
27 #define REACTOS_STR_ORIGINAL_FILENAME "notepad.exe\0"
28
29 #include <reactos/version.rc>
30
31
32 IDI_NPICON ICON "res/notepad.ico"
33
34 // UTF-8
35 #pragma code_page(65001)
36 #ifdef LANGUAGE_BG_BG
37 #include "lang/bg-BG.rc"
38 #endif
39 #ifdef LANGUAGE_CS_CZ
40 #include "lang/cs-CZ.rc"
41 #endif
42 #ifdef LANGUAGE_DA_DK
43 #include "lang/da-DK.rc"
44 #endif
45 #ifdef LANGUAGE_DE_DE
46 #include "lang/de-DE.rc"
47 #endif
48 #ifdef LANGUAGE_EL_GR
49 #include "lang/el-GR.rc"
50 #endif
51 #ifdef LANGUAGE_EN_US
52 #include "lang/en-US.rc"
53 #endif
54 #ifdef LANGUAGE_ES_ES
55 #include "lang/es-ES.rc"
56 #endif
57 #ifdef LANGUAGE_EU_ES
58 #include "lang/eu-ES.rc"
59 #endif
60 #ifdef LANGUAGE_FI_FI
61 #include "lang/fi-FI.rc"
62 #endif
63 #ifdef LANGUAGE_FR_FR
64 #include "lang/fr-FR.rc"
65 #endif
66 #ifdef LANGUAGE_HE_IL
67 #include "lang/he-IL.rc"
68 #endif
69 #ifdef LANGUAGE_HU_HU
70 #include "lang/hu-HU.rc"
71 #endif
72 #ifdef LANGUAGE_HY_AM
73 #include "lang/hy-AM.rc"
74 #endif
75 #ifdef LANGUAGE_ID_ID
76 #include "lang/id-ID.rc"
77 #endif
78 #ifdef LANGUAGE_IT_IT
79 #include "lang/it-IT.rc"
80 #endif
81 #ifdef LANGUAGE_JA_JP
82 #include "lang/ja-JP.rc"
83 #endif
84 #ifdef LANGUAGE_LT_LT
85 #include "lang/lt-LT.rc"
86 #endif
87 #ifdef LANGUAGE_NL_NL
88 #include "lang/nl-NL.rc"
89 #endif
90 #ifdef LANGUAGE_NB_NO
91 #include "lang/no-NO.rc"
92 #endif
93 #ifdef LANGUAGE_PL_PL
94 #include "lang/pl-PL.rc"
95 #endif
96 #ifdef LANGUAGE_PT_PT
97 #include "lang/pt-PT.rc"
98 #endif
99 #ifdef LANGUAGE_PT_PB
100 #include "lang/pt-BR.rc"
101 #endif
102 #ifdef LANGUAGE_RO_RO
103 #include "lang/ro-RO.rc"
104 #endif
105 #ifdef LANGUAGE_RU_RU
106 #include "lang/ru-RU.rc"
107 #endif
108 #ifdef LANGUAGE_UK_UA
109 #include "lang/uk-UA.rc"
110 #endif
111 #ifdef LANGUAGE_SK_SK
112 #include "lang/sk-SK.rc"
113 #endif
114 #ifdef LANGUAGE_SL_SI
115 #include "lang/sl-SI.rc"
116 #endif
117 #ifdef LANGUAGE_SV_SE
118 #include "lang/sv-SE.rc"
119 #endif
120 #ifdef LANGUAGE_TR_TR
121 #include "lang/tr-TR.rc"
122 #endif
123 #ifdef LANGUAGE_TH_TH
124 #include "lang/th-TH.rc"
125 #endif
126 #ifdef LANGUAGE_ZH_CN
127 #include "lang/zh-CN.rc"
128 #endif