Author: jimtabor
Date: Mon Nov 1 03:21:52 2010
New Revision: 49394
URL:
http://svn.reactos.org/svn/reactos?rev=49394&view=rev
Log:
[Explorer] - Revert last change.
Modified:
trunk/reactos/base/shell/explorer/notifyhook/notifyhook.c
Modified: trunk/reactos/base/shell/explorer/notifyhook/notifyhook.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/notify…
==============================================================================
--- trunk/reactos/base/shell/explorer/notifyhook/notifyhook.c [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/notifyhook/notifyhook.c [iso-8859-1] Mon Nov 1
03:21:52 2010
@@ -70,7 +70,7 @@
data.dwData = WM_GETMODULEPATH;
data.cbData = sizeof(cds);
data.lpData = &cds;
-DPRINT1("Hook, Going to SendMessage\n");
+
SendMessage((HWND)pmsg->wParam, WM_COPYDATA, (WPARAM)pmsg->hwnd,
(LPARAM)&data);
return 0;