mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Shifted three functions to common (#1101)
This commit is contained in:
committed by
Clint Rutkas
parent
5dc60b9f35
commit
c1232a7001
5
src/common/icon_helpers.h
Normal file
5
src/common/icon_helpers.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include "common.h"
|
||||
|
||||
HRESULT GetIconIndexFromPath(_In_ PCWSTR path, _Out_ int* index);
|
||||
HBITMAP CreateBitmapFromIcon(_In_ HICON hIcon, _In_opt_ UINT width = 0, _In_opt_ UINT height = 0);
|
||||
Reference in New Issue
Block a user