diff --git a/dll/win32/bthci/bthci.rc b/dll/win32/bthci/bthci.rc index eaef1c4d083..d4a0d84c1df 100644 --- a/dll/win32/bthci/bthci.rc +++ b/dll/win32/bthci/bthci.rc @@ -1,7 +1,7 @@ #include #include -//#include "resource.h" +#include "resource.h" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL @@ -13,7 +13,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include #include -//IDI_BLUETOOTH ICON "resources/bluetooth.ico" +IDI_BLUETOOTH ICON "resources/bluetooth.ico" /* UTF-8 */ #pragma code_page(65001) diff --git a/dll/win32/bthci/resource.h b/dll/win32/bthci/resource.h new file mode 100644 index 00000000000..9601e592946 --- /dev/null +++ b/dll/win32/bthci/resource.h @@ -0,0 +1,3 @@ +#pragma once + +#define IDI_BLUETOOTH 201 diff --git a/dll/win32/bthci/resources/bluetooth.ico b/dll/win32/bthci/resources/bluetooth.ico new file mode 100644 index 00000000000..c42f6dbad09 Binary files /dev/null and b/dll/win32/bthci/resources/bluetooth.ico differ diff --git a/media/inf/bth.inf b/media/inf/bth.inf index 35f9be39cd0..03d9712ed4b 100644 --- a/media/inf/bth.inf +++ b/media/inf/bth.inf @@ -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