From 64e1212557a730d3dd09bda20b87e7c9b33c7ce0 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 5 Nov 2011 17:56:10 +0000 Subject: [PATCH] [SHELL32] * Fix rbuild build. * Remove a debug breakpoint that is no longer needed. svn path=/trunk/; revision=54301 --- reactos/dll/win32/shell32/shell32.rbuild | 1 + reactos/dll/win32/shell32/shfldr_desktop.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 {