From 4e9504f01583e045601f36b9e8915948a76aff65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 4 Jun 2016 22:58:53 +0000 Subject: [PATCH] [SHELL32] - Whitespace fix. - SHSetShellWindowEx really directly redirects to user32.SetShellWindowEx. svn path=/trunk/; revision=71523 --- reactos/dll/win32/shell32/CDefView.cpp | 7 +++---- reactos/dll/win32/shell32/shell32.spec | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/reactos/dll/win32/shell32/CDefView.cpp b/reactos/dll/win32/shell32/CDefView.cpp index c92b7eba40c..c6c35a79ce5 100644 --- a/reactos/dll/win32/shell32/CDefView.cpp +++ b/reactos/dll/win32/shell32/CDefView.cpp @@ -1325,15 +1325,14 @@ cleanup: */ LRESULT CDefView::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) { - WORD wWidth; - WORD wHeight; + WORD wWidth, wHeight; - wWidth = LOWORD(lParam); + wWidth = LOWORD(lParam); wHeight = HIWORD(lParam); TRACE("%p width=%u height=%u\n", this, wWidth, wHeight); - /*resize the ListView to fit our window*/ + /* Resize the ListView to fit our window */ if (m_ListView) { ::MoveWindow(m_ListView, 0, 0, wWidth, wHeight, TRUE); diff --git a/reactos/dll/win32/shell32/shell32.spec b/reactos/dll/win32/shell32/shell32.spec index ecce7d9ace3..de9bcee3a6f 100644 --- a/reactos/dll/win32/shell32/shell32.spec +++ b/reactos/dll/win32/shell32/shell32.spec @@ -239,7 +239,7 @@ 240 stdcall PathIsSlowA(str long) 241 stdcall -noname SHGetUserDisplayName(wstr ptr) 242 stdcall -noname SHGetProcessDword(long long) -243 stdcall -noname SHSetShellWindowEx(ptr ptr) user32.SetShellWindowEx # FIXME: Inspect +243 stdcall -noname SHSetShellWindowEx(ptr ptr) user32.SetShellWindowEx 244 stdcall -noname SHSettingsChanged(ptr ptr) 245 stdcall SHTestTokenMembership(ptr ptr) 246 stub -noname SHInvokePrivilegedFunctionW