diff --git a/reactos/dll/win32/shell32/shell32.rbuild b/reactos/dll/win32/shell32/shell32.rbuild index 4b381e41760..933ca48819b 100644 --- a/reactos/dll/win32/shell32/shell32.rbuild +++ b/reactos/dll/win32/shell32/shell32.rbuild @@ -20,6 +20,7 @@ user32 comctl32 comdlg32 + shdocvw shlwapi ole32 version diff --git a/reactos/dll/win32/shell32/shfldr_desktop.cpp b/reactos/dll/win32/shell32/shfldr_desktop.cpp index 83e5d57effa..72db1dc7ea0 100644 --- a/reactos/dll/win32/shell32/shfldr_desktop.cpp +++ b/reactos/dll/win32/shell32/shfldr_desktop.cpp @@ -373,7 +373,6 @@ HRESULT WINAPI CDesktopFolder::ParseDisplayName (HWND hwndOwner, LPBC pbc, LPOLE { lstrcpynW(pathPtr, lpszDisplayName, MAX_PATH - (pathPtr - szPath)); hr = _ILCreateFromPathW(szPath, &pidlTemp); - __debugbreak(); } else {