[LOCALMON]
[reactos.git] / reactos / win32ss / printing / monitors / localmon / localmon.rc
1 /*
2 * PROJECT: ReactOS Local Port Monitor
3 * LICENSE: GNU LGPL v2.1 or any later version as published by the Free Software Foundation
4 * PURPOSE: Resource file
5 * COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
6 */
7
8 #include <windef.h>
9 #include "resource.h"
10
11 /* Version Information */
12 #define REACTOS_VERSION_DLL
13 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Local Port Monitor"
14 #define REACTOS_STR_INTERNAL_NAME "localmon"
15 #define REACTOS_STR_ORIGINAL_FILENAME "localmon.dll"
16 #include <reactos/version.rc>
17
18 /* UTF-8 */
19 #pragma code_page(65001)
20
21 #ifdef LANGUAGE_DE_DE
22 #include "lang/de-DE.rc"
23 #endif
24 #ifdef LANGUAGE_EN_US
25 #include "lang/en-US.rc"
26 #endif
27 #ifdef LANGUAGE_FR_FR
28 #include "lang/fr-FR.rc"
29 #endif
30 #ifdef LANGUAGE_IT_IT
31 #include "lang/it-IT.rc"
32 #endif
33 #ifdef LANGUAGE_RU_RU
34 #include "lang/ru-RU.rc"
35 #endif