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
0cc138dc
Commit
0cc138dc
authored
Jul 25, 2005
by
Steven Edwards
Committed by
Alexandre Julliard
Jul 25, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move and forward lz32 functions to kernel32.
parent
841b4089
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
12 deletions
+25
-12
Makefile.in
dlls/kernel/Makefile.in
+1
-0
kernel32.spec
dlls/kernel/kernel32.spec
+12
-0
lzexpand.c
dlls/kernel/lzexpand.c
+0
-0
lz32.spec
dlls/lzexpand/lz32.spec
+12
-12
lzexpand_main.c
dlls/lzexpand/lzexpand_main.c
+0
-0
No files found.
dlls/kernel/Makefile.in
View file @
0cc138dc
...
...
@@ -41,6 +41,7 @@ C_SRCS = \
lcformat.c
\
local16.c
\
locale.c
\
lzexpand.c
\
module.c
\
ne_module.c
\
ne_segment.c
\
...
...
dlls/kernel/kernel32.spec
View file @
0cc138dc
...
...
@@ -214,6 +214,7 @@
@ stdcall CopyFileExA (str str ptr ptr ptr long)
@ stdcall CopyFileExW (wstr wstr ptr ptr ptr long)
@ stdcall CopyFileW(wstr wstr long)
@ stdcall CopyLZFile(long long)
@ stdcall CreateActCtxA(ptr)
@ stdcall CreateActCtxW(ptr)
@ stdcall CreateConsoleScreenBuffer(long long ptr long ptr)
...
...
@@ -484,6 +485,8 @@
@ stub GetErrorMode
@ stdcall GetExitCodeProcess(long ptr)
@ stdcall GetExitCodeThread(long ptr)
@ stdcall GetExpandedNameA(str ptr)
@ stdcall GetExpandedNameW(wstr ptr)
@ stdcall GetFileAttributesA(str)
@ stdcall GetFileAttributesExA(str long ptr)
@ stdcall GetFileAttributesExW(wstr long ptr)
...
...
@@ -714,6 +717,15 @@
@ stdcall LockFile(long long long long long)
@ stdcall LockFileEx(long long long long long ptr)
@ stdcall LockResource(long)
@ stdcall LZClose(long)
@ stdcall LZCopy(long long)
@ stdcall LZDone()
@ stdcall LZInit(long)
@ stdcall LZOpenFileA(str ptr long)
@ stdcall LZOpenFileW(wstr ptr long)
@ stdcall LZRead(long ptr long)
@ stdcall LZSeek(long long long)
@ stdcall LZStart()
@ stdcall MakeCriticalSectionGlobal(ptr)
@ stdcall -i386 MapHInstLS()
@ stdcall -i386 MapHInstLS_PN()
...
...
dlls/kernel/lzexpand.c
0 → 100644
View file @
0cc138dc
This diff is collapsed.
Click to expand it.
dlls/lzexpand/lz32.spec
View file @
0cc138dc
@ stdcall CopyLZFile(long long)
@ stdcall GetExpandedNameA(str ptr)
@ stdcall GetExpandedNameW(wstr ptr)
@ stdcall LZClose(long)
@ stdcall LZCopy(long long)
@ stdcall LZDone()
@ stdcall LZInit(long)
@ stdcall LZOpenFileA(str ptr long)
@ stdcall LZOpenFileW(wstr ptr long)
@ stdcall LZRead(long ptr long)
@ stdcall LZSeek(long long long)
@ stdcall LZStart()
@ stdcall CopyLZFile(long long)
kernel32.CopyLZFile
@ stdcall GetExpandedNameA(str ptr)
kernel32.GetExpandedNameA
@ stdcall GetExpandedNameW(wstr ptr)
kernel32.GetExpandedNameW
@ stdcall LZClose(long)
kernel32.LZClose
@ stdcall LZCopy(long long)
kernel32.LZCopy
@ stdcall LZDone()
kernel32.LZDone
@ stdcall LZInit(long)
kernel32.LZInit
@ stdcall LZOpenFileA(str ptr long)
kernel32.LZOpenFileA
@ stdcall LZOpenFileW(wstr ptr long)
kernel32.LZOpenFileW
@ stdcall LZRead(long ptr long)
kernel32.LZRead
@ stdcall LZSeek(long long long)
kernel32.LZSeek
@ stdcall LZStart()
kernel32.LZStart
dlls/lzexpand/lzexpand_main.c
View file @
0cc138dc
This diff is collapsed.
Click to expand it.
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