Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
34841c01
Commit
34841c01
authored
Jan 07, 2022
by
André Zwing
Committed by
Alexandre Julliard
Jan 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Fix GetCompressedFileSize[AW] spec file entries.
Signed-off-by:
André Zwing
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
05d3480f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
api-ms-win-core-file-l1-2-1.spec
...-ms-win-core-file-l1-2-1/api-ms-win-core-file-l1-2-1.spec
+2
-2
kernel32.spec
dlls/kernel32/kernel32.spec
+2
-2
kernelbase.spec
dlls/kernelbase/kernelbase.spec
+2
-2
No files found.
dlls/api-ms-win-core-file-l1-2-1/api-ms-win-core-file-l1-2-1.spec
View file @
34841c01
...
@@ -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
...
...
dlls/kernel32/kernel32.spec
View file @
34841c01
...
@@ -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)
...
...
dlls/kernelbase/kernelbase.spec
View file @
34841c01
...
@@ -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()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment