summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winuser.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/winuser.h')
-rw-r--r--winsup/w32api/include/winuser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 6f3443044..f1ddd8d22 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -2208,7 +2208,7 @@ typedef struct _WNDCLASSA {
WNDPROC lpfnWndProc;
int cbClsExtra;
int cbWndExtra;
- HANDLE hInstance;
+ HINSTANCE hInstance;
HICON hIcon;
HCURSOR hCursor;
HBRUSH hbrBackground;
@@ -2220,7 +2220,7 @@ typedef struct _WNDCLASSW {
WNDPROC lpfnWndProc;
int cbClsExtra;
int cbWndExtra;
- HANDLE hInstance;
+ HINSTANCE hInstance;
HICON hIcon;
HCURSOR hCursor;
HBRUSH hbrBackground;
@@ -2233,7 +2233,7 @@ typedef struct _WNDCLASSEXA {
WNDPROC lpfnWndProc;
int cbClsExtra;
int cbWndExtra;
- HANDLE hInstance;
+ HINSTANCE hInstance;
HICON hIcon;
HCURSOR hCursor;
HBRUSH hbrBackground;
@@ -2247,7 +2247,7 @@ typedef struct _WNDCLASSEXW {
WNDPROC lpfnWndProc;
int cbClsExtra;
int cbWndExtra;
- HANDLE hInstance;
+ HINSTANCE hInstance;
HICON hIcon;
HCURSOR hCursor;
HBRUSH hbrBackground;