https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0503d8808cbe0ae68381b…
commit 0503d8808cbe0ae68381bc3db63aa4752482aad5
Author: Giannis Adamopoulos <gadamopoulos(a)reactos.org>
AuthorDate: Mon Oct 23 00:32:52 2017 +0300
[EXPLORER] Reduce the spam due to the broken CBandSite in browseui
---
base/shell/explorer/taskband.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/shell/explorer/taskband.cpp b/base/shell/explorer/taskband.cpp
index b7bc13388d..6dd4d9e80d 100644
--- a/base/shell/explorer/taskband.cpp
+++ b/base/shell/explorer/taskband.cpp
@@ -314,7 +314,7 @@ public:
virtual HRESULT STDMETHODCALLTYPE OnWinEvent(HWND hWnd, UINT uMsg, WPARAM wParam,
LPARAM lParam, LRESULT *theResult)
{
- UNIMPLEMENTED;
+ //UNIMPLEMENTED;
return E_NOTIMPL;
}