[KERNEL32] Spec file: GetCurrencyFormatW takes wide strings in parameters.

This commit is contained in:
Hermès Bélusca-Maïto 2022-10-30 19:45:59 +01:00
parent 671d7e4741
commit 25958a7c3d
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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)