mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-23 09:53:50 +08:00
4 lines
119 B
C
4 lines
119 B
C
|
#pragma once
|
||
|
#include "common.h"
|
||
|
|
||
|
HWND CreateMsgWindow(_In_ HINSTANCE hInst, _In_ WNDPROC pfnWndProc, _In_ void* p);
|