Update gui_p.h
This commit is contained in:
parent
c0eded3b02
commit
395ea779f0
|
@ -436,6 +436,8 @@ typedef int (*P_LoadString)(
|
|||
|
||||
typedef BOOL (*P_SetProcessWindowStation)(HWINSTA hWinSta);
|
||||
|
||||
typedef HWINSTA (*P_GetProcessWindowStation)();
|
||||
|
||||
typedef HDC(*P_GetWindowDC)(HWND hWnd);
|
||||
|
||||
typedef HDC(*P_GetDC)(HWND hWnd);
|
||||
|
|
Loading…
Reference in New Issue