- Fixed the return values in some unimolemented functions. Modified: trunk/reactos/ntoskrnl/ex/synch.c _____
Modified: trunk/reactos/ntoskrnl/ex/synch.c --- trunk/reactos/ntoskrnl/ex/synch.c 2005-01-01 11:49:57 UTC (rev 12695) +++ trunk/reactos/ntoskrnl/ex/synch.c 2005-01-01 11:51:16 UTC (rev 12696) @@ -41,7 +41,7 @@
) { UNIMPLEMENTED; - return FALSE; + return NULL; }
/* @@ -54,7 +54,7 @@ ) { UNIMPLEMENTED; - return FALSE; + return NULL; }
/* @@ -67,6 +67,7 @@ ) { UNIMPLEMENTED; + return NULL; }
/* EOF */