Create the AHCI branch for Aman's work
[reactos.git] / base / applications / clipbrd / clipbrd.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resources.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Clipboard Viewer"
7 #define REACTOS_STR_INTERNAL_NAME "clipbrd"
8 #define REACTOS_STR_ORIGINAL_FILENAME "clipbrd.exe"
9 #include <reactos/version.rc>
10
11 CLIPBRD_ICON ICON "res/clipbrd.ico"
12 CLPFILE_ICON ICON "res/clpfile.ico"
13
14 #include <reactos/manifest_exe.rc>
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #ifdef LANGUAGE_DE_DE
20 #include "lang/de-DE.rc"
21 #endif
22 #ifdef LANGUAGE_EN_US
23 #include "lang/en-US.rc"
24 #endif
25 #ifdef LANGUAGE_ES_ES
26 #include "lang/es-ES.rc"
27 #endif
28 #ifdef LANGUAGE_FR_FR
29 #include "lang/fr-FR.rc"
30 #endif
31 #ifdef LANGUAGE_RO_RO
32 #include "lang/ro-RO.rc"
33 #endif
34 #ifdef LANGUAGE_TR_TR
35 #include "lang/tr-TR.rc"
36 #endif
37 #ifdef LANGUAGE_ZH_CN
38 #include "lang/zh-CN.rc"
39 #endif
40 #ifdef LANGUAGE_ZH_TW
41 #include "lang/zh-TW.rc"
42 #endif