[BTHCI] Add a bluetooth icon (#871)
[reactos.git] / dll / win32 / bthci / bthci.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 #define REACTOS_VERSION_DLL
9 #define REACTOS_STR_FILE_DESCRIPTION "Bluetooth Class Installer"
10 #define REACTOS_STR_INTERNAL_NAME "bthci"
11 #define REACTOS_STR_ORIGINAL_FILENAME "bthci.dll"
12
13 #include <reactos/version.rc>
14 #include <reactos/manifest_dll.rc>
15
16 IDI_BLUETOOTH ICON "resources/bluetooth.ico"
17
18 /* UTF-8 */
19 #pragma code_page(65001)
20
21 //#ifdef LANGUAGE_EN_US
22 // #include "lang/en-US.rc"
23 //#endif