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