Patch by encoded <samcharly@hotmail.com>:
[reactos.git] / reactos / lib / shellext / slayer / slayer.rc
1 /* $Id$ */
2
3 #include <windows.h>
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Compatibility Layer Shell Extension\0"
8 #define REACTOS_STR_INTERNAL_NAME "slayer\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "slayer.dll\0"
10 #include <reactos/version.rc>
11
12 /*
13 * Everything specific to any language goes in one of the specific
14 * files. Note that you can and may override resources which also have
15 * a neutral version. This is to get localized bitmaps for example.
16 */
17
18 #include "En.rc"
19 #include "De.rc"
20 #include "Nl.rc"
21 #include "Pl.rc"
22 #include "Sv.rc"
23 #include "Es.rc"
24 #include "Hu.rc"
25