mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Export and implement NlsGetCacheUpdateCount. Almost every WinXP DLL can now import kernel32
svn path=/trunk/; revision=18101
This commit is contained in:
parent
d78f9d9f94
commit
469b041e51
2 changed files with 10 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue