mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Shifted three functions to common (#1101)
This commit is contained in:
committed by
Clint Rutkas
parent
5dc60b9f35
commit
c1232a7001
4
src/common/window_helpers.h
Normal file
4
src/common/window_helpers.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "common.h"
|
||||
|
||||
HWND CreateMsgWindow(_In_ HINSTANCE hInst, _In_ WNDPROC pfnWndProc, _In_ void* p);
|
||||
Reference in New Issue
Block a user