mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[Explorer] - Revert last change.
svn path=/trunk/; revision=49394
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user