Author: akhaldi
Date: Sat Mar 2 19:37:13 2013
New Revision: 58404
URL:
http://svn.reactos.org/svn/reactos?rev=58404&view=rev
Log:
[PSDK]
* Remove FrameRgn and GetWindowExtEx from winuser.h.
Modified:
trunk/reactos/include/psdk/winuser.h
Modified: trunk/reactos/include/psdk/winuser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winuser.h?rev…
==============================================================================
--- trunk/reactos/include/psdk/winuser.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/winuser.h [iso-8859-1] Sat Mar 2 19:37:13 2013
@@ -4358,7 +4358,6 @@
BOOL WINAPI FlashWindowEx(_In_ PFLASHWINFO);
#endif
int WINAPI FrameRect(_In_ HDC, _In_ LPCRECT, _In_ HBRUSH);
-BOOL WINAPI FrameRgn(HDC,HRGN,HBRUSH,int,int);
HWND WINAPI GetActiveWindow(void);
HWND WINAPI GetAncestor(_In_ HWND, _In_ UINT);
SHORT WINAPI GetAsyncKeyState(_In_ int);
@@ -4678,7 +4677,6 @@
HWND WINAPI GetWindow(_In_ HWND, _In_ UINT);
DWORD WINAPI GetWindowContextHelpId(_In_ HWND);
HDC WINAPI GetWindowDC(_In_opt_ HWND);
-BOOL WINAPI GetWindowExtEx(HDC,LPSIZE);
BOOL WINAPI GetWindowPlacement(_In_ HWND, _Inout_ WINDOWPLACEMENT*);
BOOL WINAPI GetWindowRect(_In_ HWND, _Out_ LPRECT);
int WINAPI GetWindowRgn(_In_ HWND, _In_ HRGN);