commit | e94e35431e3a8791345ac9cac4eda239e519a734 | [log] [tgz] |
---|---|---|
author | Veksler Michael <mveksler@techunix.technion.ac.il> | Mon Mar 22 12:41:26 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 22 12:41:26 1999 +0000 |
tree | 7ed8f649b0b0323c210350bcd0885c231f49c5b8 | |
parent | fdedc34872294d6702a2a4fcb7d4e37d25043a92 [diff] [blame] |
Removed winuser16.h from x11drv.h.
diff --git a/include/winuser.h b/include/winuser.h index 258f611..1e56ea5 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -648,7 +648,7 @@ /****** Window classes ******/ -typedef struct +typedef struct tagCREATESTRUCTA { LPVOID lpCreateParams; HINSTANCE hInstance; @@ -785,7 +785,7 @@ #define DBGFILL_STACK 0xf7 /* WM_WINDOWPOSCHANGING/CHANGED struct */ -typedef struct +typedef struct tagWINDOWPOS { HWND hwnd; HWND hwndInsertAfter;