* include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
Thanks to: Sergey Philippov <phis at users dot sf dot net>
This commit is contained in:
parent
d5ad5abfc2
commit
be95339627
|
@ -1,3 +1,8 @@
|
||||||
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
|
||||||
|
Thanks to: Sergey Philippov <phis at users dot sf dot net>
|
||||||
|
|
||||||
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
* include/objidl.h (PIDSI_*): Define.
|
* include/objidl.h (PIDSI_*): Define.
|
||||||
|
|
|
@ -3609,7 +3609,6 @@ WINUSERAPI BOOL WINAPI GetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECUR
|
||||||
WINUSERAPI HWND WINAPI GetWindow(HWND,UINT);
|
WINUSERAPI HWND WINAPI GetWindow(HWND,UINT);
|
||||||
WINUSERAPI DWORD WINAPI GetWindowContextHelpId(HWND);
|
WINUSERAPI DWORD WINAPI GetWindowContextHelpId(HWND);
|
||||||
WINUSERAPI HDC WINAPI GetWindowDC(HWND);
|
WINUSERAPI HDC WINAPI GetWindowDC(HWND);
|
||||||
WINUSERAPI BOOL WINAPI GetWindowExtEx(HDC,LPSIZE);
|
|
||||||
WINUSERAPI BOOL WINAPI GetWindowPlacement(HWND,WINDOWPLACEMENT*);
|
WINUSERAPI BOOL WINAPI GetWindowPlacement(HWND,WINDOWPLACEMENT*);
|
||||||
WINUSERAPI BOOL WINAPI GetWindowRect(HWND,LPRECT);
|
WINUSERAPI BOOL WINAPI GetWindowRect(HWND,LPRECT);
|
||||||
WINUSERAPI int WINAPI GetWindowRgn(HWND,HRGN);
|
WINUSERAPI int WINAPI GetWindowRgn(HWND,HRGN);
|
||||||
|
|
Loading…
Reference in New Issue