mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Stub implement NlsResetProcessLocale
svn path=/trunk/; revision=39462
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user