2018-09-20 15:53:08 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
2018-09-21 21:42:27 +00:00
|
|
|
#include "resource.h"
|
2018-09-20 15:53:08 +00:00
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Bluetooth Class Installer"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "bthci"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "bthci.dll"
|
|
|
|
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
#include <reactos/manifest_dll.rc>
|
|
|
|
|
2018-09-21 21:42:27 +00:00
|
|
|
IDI_BLUETOOTH ICON "resources/bluetooth.ico"
|
2018-09-20 15:53:08 +00:00
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
|
|
//#ifdef LANGUAGE_EN_US
|
|
|
|
// #include "lang/en-US.rc"
|
|
|
|
//#endif
|