mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
- Stub implement NlsResetProcessLocale
svn path=/trunk/; revision=39462
This commit is contained in:
parent
6723252334
commit
c0cb7d35e6
2 changed files with 9 additions and 1 deletions
|
@ -685,7 +685,7 @@ NeedCurrentDirectoryForExePathA@4
|
|||
NeedCurrentDirectoryForExePathW@4
|
||||
NlsConvertIntegerToString@20
|
||||
NlsGetCacheUpdateCount@0
|
||||
;NlsResetProcessLocale
|
||||
NlsResetProcessLocale@0
|
||||
;NumaVirtualQueryNode
|
||||
OpenConsoleW@16
|
||||
;OpenDataFile
|
||||
|
|
|
@ -1049,3 +1049,11 @@ GetNumaAvailableMemoryNode(IN UCHAR Node,
|
|||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL
|
||||
WINAPI
|
||||
NlsResetProcessLocale(VOID)
|
||||
{
|
||||
STUB;
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue