mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[KERNEL32] Spec file: GetCurrencyFormatW takes wide strings in parameters.
This commit is contained in:
parent
671d7e4741
commit
25958a7c3d
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@
|
|||
@ stdcall GetConsoleWindow()
|
||||
@ stdcall GetCurrencyFormatA(long long str ptr str long)
|
||||
@ stub -version=0x600+ GetCurrencyFormatEx
|
||||
@ stdcall GetCurrencyFormatW(long long str ptr str long)
|
||||
@ stdcall GetCurrencyFormatW(long long wstr ptr wstr long)
|
||||
@ stdcall GetCurrentActCtx(ptr)
|
||||
@ stdcall GetCurrentConsoleFont(long long ptr)
|
||||
@ stub -version=0x600+ GetCurrentConsoleFontEx
|
||||
|
@ -774,7 +774,7 @@
|
|||
@ stdcall LeaveCriticalSection(ptr) ntdll.RtlLeaveCriticalSection
|
||||
@ stub -version=0x600+ LeaveCriticalSectionWhenCallbackReturns
|
||||
@ stdcall LoadLibraryA(str)
|
||||
@ stdcall LoadLibraryExA( str long long)
|
||||
@ stdcall LoadLibraryExA(str long long)
|
||||
@ stdcall LoadLibraryExW(wstr long long)
|
||||
@ stdcall LoadLibraryW(wstr)
|
||||
@ stdcall LoadModule(str ptr)
|
||||
|
|
Loading…
Reference in a new issue