kernel32: Fix GetCompressedFileSize[AW] spec file entries.

Signed-off-by: André Zwing <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Zwing 2022-01-07 21:16:49 +01:00 committed by Alexandre Julliard
parent 05d3480f87
commit 34841c0148
3 changed files with 6 additions and 6 deletions

View file

@ -24,8 +24,8 @@
@ stdcall FindNextVolumeW(long ptr long) kernel32.FindNextVolumeW
@ stdcall FindVolumeClose(ptr) kernel32.FindVolumeClose
@ stdcall FlushFileBuffers(long) kernel32.FlushFileBuffers
@ stdcall GetCompressedFileSizeA(long ptr) kernel32.GetCompressedFileSizeA
@ stdcall GetCompressedFileSizeW(long ptr) kernel32.GetCompressedFileSizeW
@ stdcall GetCompressedFileSizeA(str ptr) kernel32.GetCompressedFileSizeA
@ stdcall GetCompressedFileSizeW(wstr ptr) kernel32.GetCompressedFileSizeW
@ stdcall GetDiskFreeSpaceA(str ptr ptr ptr ptr) kernel32.GetDiskFreeSpaceA
@ stdcall GetDiskFreeSpaceExA(str ptr ptr ptr) kernel32.GetDiskFreeSpaceExA
@ stdcall GetDiskFreeSpaceExW(wstr ptr ptr ptr) kernel32.GetDiskFreeSpaceExW

View file

@ -572,10 +572,10 @@
@ stdcall -import GetCommTimeouts(long ptr)
@ stdcall -import GetCommandLineA()
@ stdcall -import GetCommandLineW()
@ stdcall -import GetCompressedFileSizeA(long ptr)
@ stdcall -import GetCompressedFileSizeA(str ptr)
# @ stub GetCompressedFileSizeTransactedA
# @ stub GetCompressedFileSizeTransactedW
@ stdcall -import GetCompressedFileSizeW(long ptr)
@ stdcall -import GetCompressedFileSizeW(wstr ptr)
@ stdcall GetComputerNameA(ptr ptr)
@ stdcall GetComputerNameExA(long ptr ptr)
@ stdcall -import GetComputerNameExW(long ptr ptr)

View file

@ -437,8 +437,8 @@
@ stdcall GetCommTimeouts(long ptr)
@ stdcall GetCommandLineA()
@ stdcall GetCommandLineW()
@ stdcall GetCompressedFileSizeA(long ptr)
@ stdcall GetCompressedFileSizeW(long ptr)
@ stdcall GetCompressedFileSizeA(str ptr)
@ stdcall GetCompressedFileSizeW(wstr ptr)
@ stdcall GetComputerNameExA(long ptr ptr)
@ stdcall GetComputerNameExW(long ptr ptr)
@ stdcall GetConsoleCP()