[NTOSKRNL]

- Fix build

svn path=/trunk/; revision=56736
This commit is contained in:
Thomas Faber 2012-06-14 22:10:34 +00:00
parent afdd96eaae
commit 1fd67c9140

View file

@ -425,7 +425,7 @@ ExCreateCallback(OUT PCALLBACK_OBJECT *CallbackObject,
0,
ExCallbackObjectType,
KernelMode,
&Callback,
(PVOID *)&Callback,
NULL);
/* Close the Handle, since we now have the pointer */