Update gui_p.h

This commit is contained in:
DavidXanatos 2024-10-18 13:45:01 +02:00
parent c0eded3b02
commit 395ea779f0
1 changed files with 2 additions and 0 deletions

View File

@ -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);