[BTHCI] Add a bluetooth icon (#871)

[BTHCI] Add a bluetooth icon
This commit is contained in:
Abdulganiev Rafael 2018-09-22 01:42:27 +04:00 committed by Robert Naumann
parent 82a7f08363
commit 2a6aa7770e
4 changed files with 6 additions and 3 deletions

View file

@ -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)

View file

@ -0,0 +1,3 @@
#pragma once
#define IDI_BLUETOOTH 201

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -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