shell32: Avoid using CONST.

This commit is contained in:
Michael Stefaniuc 2013-09-24 12:28:44 +02:00 committed by Alexandre Julliard
parent 5fd4f943dc
commit 787bc8719a
2 changed files with 4 additions and 12 deletions

View file

@ -596,12 +596,8 @@ HRESULT WINAPI SHDoDragDrop(
* ArrangeWindows [SHELL32.184]
*
*/
WORD WINAPI ArrangeWindows(
HWND hwndParent,
DWORD dwReserved,
LPCRECT lpRect,
WORD cKids,
CONST HWND * lpKids)
WORD WINAPI ArrangeWindows(HWND hwndParent, DWORD dwReserved, const RECT *lpRect,
WORD cKids, const HWND *lpKids)
{
FIXME("(%p 0x%08x %p 0x%04x %p):stub.\n",
hwndParent, dwReserved, lpRect, cKids, lpKids);

View file

@ -486,12 +486,8 @@ BOOL WINAPI SHWaitForFileToOpen(
DWORD dwFlags,
DWORD dwTimeout);
WORD WINAPI ArrangeWindows(
HWND hwndParent,
DWORD dwReserved,
LPCRECT lpRect,
WORD cKids,
CONST HWND * lpKids);
WORD WINAPI ArrangeWindows(HWND hwndParent, DWORD dwReserved, const RECT *lpRect,
WORD cKids, const HWND *lpKids);
/* RegisterShellHook types */
#define RSH_DEREGISTER 0