[BTHCI] Add a bluetooth class installer stub.
[reactos.git] / dll / win32 / bthci / bthci.rc
diff --git a/dll/win32/bthci/bthci.rc b/dll/win32/bthci/bthci.rc
new file mode 100644 (file)
index 0000000..eaef1c4
--- /dev/null
@@ -0,0 +1,23 @@
+#include <windef.h>
+#include <winuser.h>
+
+//#include "resource.h"
+
+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>
+
+//IDI_BLUETOOTH ICON "resources/bluetooth.ico"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+//#ifdef LANGUAGE_EN_US
+//    #include "lang/en-US.rc"
+//#endif