mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
SetDllDirectoryA/W(): lie to caller and indicate that their request completed successfully
svn path=/trunk/; revision=11975
This commit is contained in:
@@ -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 @@ SetDllDirectoryW(
|
||||
)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -1630,7 +1630,7 @@ SetDllDirectoryA(
|
||||
)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user