Export and implement NlsGetCacheUpdateCount. Almost every WinXP DLL can now import kernel32

svn path=/trunk/; revision=18101
This commit is contained in:
Alex Ionescu 2005-09-26 19:09:32 +00:00
parent d78f9d9f94
commit 469b041e51
2 changed files with 10 additions and 1 deletions

View file

@ -649,7 +649,7 @@ MultiByteToWideChar@24
NeedCurrentDirectoryForExePathA@4 NeedCurrentDirectoryForExePathA@4
NeedCurrentDirectoryForExePathW@4 NeedCurrentDirectoryForExePathW@4
NlsConvertIntegerToString@20 NlsConvertIntegerToString@20
;NlsGetCacheUpdateCount NlsGetCacheUpdateCount@0
;NlsResetProcessLocale ;NlsResetProcessLocale
;NumaVirtualQueryNode ;NumaVirtualQueryNode
OpenConsoleW@16 OpenConsoleW@16

View file

@ -987,4 +987,13 @@ IsDBCSLeadByte(BYTE TestByte)
return IntIsLeadByte(&AnsiCodePage.CodePageTable, TestByte); return IntIsLeadByte(&AnsiCodePage.CodePageTable, TestByte);
} }
ULONG
WINAPI
NlsGetCacheUpdateCount(VOID)
{
/* FIXME: */
UNIMPLEMENTED;
return 0;
}
/* EOF */ /* EOF */