- Stub implement NlsResetProcessLocale

svn path=/trunk/; revision=39462
This commit is contained in:
Dmitry Chapyshev 2009-02-07 18:29:11 +00:00
parent 6723252334
commit c0cb7d35e6
2 changed files with 9 additions and 1 deletions

View file

@ -685,7 +685,7 @@ NeedCurrentDirectoryForExePathA@4
NeedCurrentDirectoryForExePathW@4
NlsConvertIntegerToString@20
NlsGetCacheUpdateCount@0
;NlsResetProcessLocale
NlsResetProcessLocale@0
;NumaVirtualQueryNode
OpenConsoleW@16
;OpenDataFile

View file

@ -1049,3 +1049,11 @@ GetNumaAvailableMemoryNode(IN UCHAR Node,
STUB;
return FALSE;
}
BOOL
WINAPI
NlsResetProcessLocale(VOID)
{
STUB;
return TRUE;
}