Commit 34841c01 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard

kernel32: Fix GetCompressedFileSize[AW] spec file entries.

parent 05d3480f
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
@ stdcall FindNextVolumeW(long ptr long) kernel32.FindNextVolumeW @ stdcall FindNextVolumeW(long ptr long) kernel32.FindNextVolumeW
@ stdcall FindVolumeClose(ptr) kernel32.FindVolumeClose @ stdcall FindVolumeClose(ptr) kernel32.FindVolumeClose
@ stdcall FlushFileBuffers(long) kernel32.FlushFileBuffers @ stdcall FlushFileBuffers(long) kernel32.FlushFileBuffers
@ stdcall GetCompressedFileSizeA(long ptr) kernel32.GetCompressedFileSizeA @ stdcall GetCompressedFileSizeA(str ptr) kernel32.GetCompressedFileSizeA
@ stdcall GetCompressedFileSizeW(long ptr) kernel32.GetCompressedFileSizeW @ stdcall GetCompressedFileSizeW(wstr ptr) kernel32.GetCompressedFileSizeW
@ stdcall GetDiskFreeSpaceA(str ptr ptr ptr ptr) kernel32.GetDiskFreeSpaceA @ stdcall GetDiskFreeSpaceA(str ptr ptr ptr ptr) kernel32.GetDiskFreeSpaceA
@ stdcall GetDiskFreeSpaceExA(str ptr ptr ptr) kernel32.GetDiskFreeSpaceExA @ stdcall GetDiskFreeSpaceExA(str ptr ptr ptr) kernel32.GetDiskFreeSpaceExA
@ stdcall GetDiskFreeSpaceExW(wstr ptr ptr ptr) kernel32.GetDiskFreeSpaceExW @ stdcall GetDiskFreeSpaceExW(wstr ptr ptr ptr) kernel32.GetDiskFreeSpaceExW
......
...@@ -572,10 +572,10 @@ ...@@ -572,10 +572,10 @@
@ stdcall -import GetCommTimeouts(long ptr) @ stdcall -import GetCommTimeouts(long ptr)
@ stdcall -import GetCommandLineA() @ stdcall -import GetCommandLineA()
@ stdcall -import GetCommandLineW() @ stdcall -import GetCommandLineW()
@ stdcall -import GetCompressedFileSizeA(long ptr) @ stdcall -import GetCompressedFileSizeA(str ptr)
# @ stub GetCompressedFileSizeTransactedA # @ stub GetCompressedFileSizeTransactedA
# @ stub GetCompressedFileSizeTransactedW # @ stub GetCompressedFileSizeTransactedW
@ stdcall -import GetCompressedFileSizeW(long ptr) @ stdcall -import GetCompressedFileSizeW(wstr ptr)
@ stdcall GetComputerNameA(ptr ptr) @ stdcall GetComputerNameA(ptr ptr)
@ stdcall GetComputerNameExA(long ptr ptr) @ stdcall GetComputerNameExA(long ptr ptr)
@ stdcall -import GetComputerNameExW(long ptr ptr) @ stdcall -import GetComputerNameExW(long ptr ptr)
......
...@@ -437,8 +437,8 @@ ...@@ -437,8 +437,8 @@
@ stdcall GetCommTimeouts(long ptr) @ stdcall GetCommTimeouts(long ptr)
@ stdcall GetCommandLineA() @ stdcall GetCommandLineA()
@ stdcall GetCommandLineW() @ stdcall GetCommandLineW()
@ stdcall GetCompressedFileSizeA(long ptr) @ stdcall GetCompressedFileSizeA(str ptr)
@ stdcall GetCompressedFileSizeW(long ptr) @ stdcall GetCompressedFileSizeW(wstr ptr)
@ stdcall GetComputerNameExA(long ptr ptr) @ stdcall GetComputerNameExA(long ptr ptr)
@ stdcall GetComputerNameExW(long ptr ptr) @ stdcall GetComputerNameExW(long ptr ptr)
@ stdcall GetConsoleCP() @ stdcall GetConsoleCP()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment