Sync with trunk (aka 'I want my virtualbox mouse integration too')
[reactos.git] / base / setup / vmwinst / rsrc.rc
1 #include <windows.h>
2 #include "vmwinst.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 /* Bitmaps */
7 IDB_WATERMARK BITMAP "resources/watermark.bmp"
8 IDB_HEADER BITMAP "resources/header.bmp"
9
10 /*
11 * Everything specific to any language goes in one of the specific
12 * files. Note that you can and may override resources which also have
13 * a neutral version. This is to get localized bitmaps for example.
14 */
15 #include "lang/bg-BG.rc"
16 #include "lang/cs-CZ.rc"
17 #include "lang/da-DK.rc"
18 #include "lang/de-DE.rc"
19 #include "lang/el-GR.rc"
20 #include "lang/en-US.rc"
21 #include "lang/es-ES.rc"
22 #include "lang/fr-FR.rc"
23 #include "lang/hu-HU.rc"
24 #include "lang/id-ID.rc"
25 #include "lang/it-IT.rc"
26 #include "lang/ja-JP.rc"
27 #include "lang/lt-LT.rc"
28 #include "lang/no-NO.rc"
29 #include "lang/pl-PL.rc"
30 #include "lang/ru-RU.rc"
31 #include "lang/uk-UA.rc"
32 #include "lang/zh-CN.rc"