[KERNEL32] Fix DisableThreadLibraryCalls function argument type in spec file.

+ Remove space between function name and parentheses there too.
This commit is contained in:
Hermès Bélusca-Maïto 2022-10-06 15:21:57 +02:00
parent b764a42db8
commit 61cfc0f055
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -208,7 +208,7 @@
@ stdcall DeleteVolumeMountPointA(str) ;check
@ stdcall DeleteVolumeMountPointW(wstr) ;check
@ stdcall DeviceIoControl(long long ptr long ptr long ptr ptr)
@ stdcall DisableThreadLibraryCalls(long)
@ stdcall DisableThreadLibraryCalls(ptr)
@ stub -version=0x600+ DisassociateCurrentThreadFromCallback
@ stdcall DisconnectNamedPipe(long)
@ stdcall DnsHostnameToComputerNameA(str ptr ptr)