OSDN Git Service

* include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
authorinfidel <infidel>
Thu, 5 Jun 2003 10:19:07 +0000 (10:19 +0000)
committerinfidel <infidel>
Thu, 5 Jun 2003 10:19:07 +0000 (10:19 +0000)
hInstance members to HINSTANCE.
Thanks to: Brenden T. <brenden@rcsis.com>

winsup/w32api/ChangeLog
winsup/w32api/include/winuser.h

index 5805b4e..ed98ee2 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
+
+       * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
+       hInstance members to HINSTANCE.
+       Thanks to: Brenden T. <brenden@rcsis.com>
+
 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
 
        * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
index 6f34430..f1ddd8d 100644 (file)
@@ -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;