* 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:
Dimitri Papadopoulos
2006-04-05 15:06:56 +00:00
parent d5ad5abfc2
commit be95339627
2 changed files with 5 additions and 1 deletions

View File

@@ -3609,7 +3609,6 @@ WINUSERAPI BOOL WINAPI GetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECUR
WINUSERAPI HWND WINAPI GetWindow(HWND,UINT);
WINUSERAPI DWORD WINAPI GetWindowContextHelpId(HWND);
WINUSERAPI HDC WINAPI GetWindowDC(HWND);
WINUSERAPI BOOL WINAPI GetWindowExtEx(HDC,LPSIZE);
WINUSERAPI BOOL WINAPI GetWindowPlacement(HWND,WINDOWPLACEMENT*);
WINUSERAPI BOOL WINAPI GetWindowRect(HWND,LPRECT);
WINUSERAPI int WINAPI GetWindowRgn(HWND,HRGN);