mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[KERNEL32] Fix DisableThreadLibraryCalls function argument type in spec file.
+ Remove space between function name and parentheses there too.
This commit is contained in:
parent
b764a42db8
commit
61cfc0f055
1 changed files with 22 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue