[ADVAPI32] SEH-protext the calls to service control handlers
[reactos.git] / dll / shellext / fontext / fontext.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 #define REACTOS_VERSION_DLL
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Font Folder"
7 #define REACTOS_STR_INTERNAL_NAME "fontext"
8 #define REACTOS_STR_ORIGINAL_FILENAME "fontext.dll"
9 #include <reactos/version.rc>
10
11 /* UTF-8 */
12 #pragma code_page(65001)
13
14 #ifdef LANGUAGE_EN_US
15 #include "lang/en-US.rc"
16 #endif
17 #ifdef LANGUAGE_RO_RO
18 #include "lang/ro-RO.rc"
19 #endif
20 #ifdef LANGUAGE_TR_TR
21 #include "lang/tr-TR.rc"
22 #endif