mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Export and implement NlsGetCacheUpdateCount. Almost every WinXP DLL can now import kernel32
svn path=/trunk/; revision=18101
This commit is contained in:
@@ -649,7 +649,7 @@ MultiByteToWideChar@24
|
||||
NeedCurrentDirectoryForExePathA@4
|
||||
NeedCurrentDirectoryForExePathW@4
|
||||
NlsConvertIntegerToString@20
|
||||
;NlsGetCacheUpdateCount
|
||||
NlsGetCacheUpdateCount@0
|
||||
;NlsResetProcessLocale
|
||||
;NumaVirtualQueryNode
|
||||
OpenConsoleW@16
|
||||
|
||||
@@ -987,4 +987,13 @@ IsDBCSLeadByte(BYTE TestByte)
|
||||
return IntIsLeadByte(&AnsiCodePage.CodePageTable, TestByte);
|
||||
}
|
||||
|
||||
ULONG
|
||||
WINAPI
|
||||
NlsGetCacheUpdateCount(VOID)
|
||||
{
|
||||
/* FIXME: */
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user