Commit in reactos/lib/kernel32/misc on MAIN | |||
stubs.c | +3 | -3 | 1.97 -> 1.98 |
SetDllDirectoryA/W(): lie to caller and indicate that their request completed successfully
diff -u -r1.97 -r1.98 --- stubs.c 4 Dec 2004 19:45:56 -0000 1.97 +++ stubs.c 7 Dec 2004 20:18:49 -0000 1.98 @@ -1,4 +1,4 @@
-/* $Id: stubs.c,v 1.97 2004/12/04 19:45:56 navaraf Exp $
+/* $Id: stubs.c,v 1.98 2004/12/07 20:18:49 royce Exp $
* * KERNEL32.DLL stubs (STUB functions) * Remove from this file, if you implement them.
@@ -1316,7 +1316,7 @@
) { STUB;
- return 0;
+ return TRUE;
} /*
@@ -1630,7 +1630,7 @@
) { STUB;
- return 0;
+ return TRUE;
} /*