mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[RTL]
Fix a typo svn path=/trunk/; revision=53345
This commit is contained in:
parent
a02dd46b35
commit
088f7f2c4f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ RtlInstallFunctionTableCallback(
|
|||
PVOID Context,
|
||||
PCWSTR OutOfProcessCallbackDll)
|
||||
{
|
||||
UNIMPLREMENTED;
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue