From 3fbc8a90778c3435ec3fb2bb79abd7ae4ab19bc1 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 1 Nov 2010 03:21:52 +0000 Subject: [PATCH] [Explorer] - Revert last change. svn path=/trunk/; revision=49394 --- reactos/base/shell/explorer/notifyhook/notifyhook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/shell/explorer/notifyhook/notifyhook.c b/reactos/base/shell/explorer/notifyhook/notifyhook.c index f7526857b0e..3e363891d09 100644 --- a/reactos/base/shell/explorer/notifyhook/notifyhook.c +++ b/reactos/base/shell/explorer/notifyhook/notifyhook.c @@ -70,7 +70,7 @@ LRESULT CALLBACK NotifyHookProc(int code, WPARAM wparam, LPARAM lparam) 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;