mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
committed by
Robert Naumann
parent
82a7f08363
commit
2a6aa7770e
@@ -1,7 +1,7 @@
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
//#include "resource.h"
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
@@ -13,7 +13,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
#include <reactos/version.rc>
|
||||
#include <reactos/manifest_dll.rc>
|
||||
|
||||
//IDI_BLUETOOTH ICON "resources/bluetooth.ico"
|
||||
IDI_BLUETOOTH ICON "resources/bluetooth.ico"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
3
dll/win32/bthci/resource.h
Normal file
3
dll/win32/bthci/resource.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define IDI_BLUETOOTH 201
|
||||
BIN
dll/win32/bthci/resources/bluetooth.ico
Normal file
BIN
dll/win32/bthci/resources/bluetooth.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -18,7 +18,7 @@ CopyFiles=BluetoothClass.NT.Files
|
||||
HKR, , , 0, %BluetoothClassName%
|
||||
HKR, , NoInstallClass, 0, 1
|
||||
HKR, , Installer32, , "bthci.dll,BluetoothClassInstaller"
|
||||
;HKR, , Icon, 0, "201"
|
||||
HKR, , Icon, 0, "201"
|
||||
|
||||
[BluetoothClass.NT.Files]
|
||||
bthci.dll
|
||||
|
||||
Reference in New Issue
Block a user