Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
391364e0
Commit
391364e0
authored
Nov 10, 2015
by
Stefan Leichter
Committed by
Alexandre Julliard
Nov 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wimgapi: Add stub for WIMRegisterMessageCallback.
Signed-off-by:
Stefan Leichter
<
Stefan.Leichter@camLine.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
387fbdc7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
main.c
dlls/wimgapi/main.c
+6
-0
wimgapi.spec
dlls/wimgapi/wimgapi.spec
+1
-1
No files found.
dlls/wimgapi/main.c
View file @
391364e0
...
...
@@ -44,3 +44,9 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved)
return
TRUE
;
}
DWORD
WINAPI
WIMRegisterMessageCallback
(
HANDLE
wim
,
FARPROC
callback
,
PVOID
data
)
{
FIXME
(
"(%p %p %p) stub
\n
"
,
wim
,
callback
,
data
);
return
0
;
}
dlls/wimgapi/wimgapi.spec
View file @
391364e0
...
...
@@ -28,7 +28,7 @@
@ stub WIMMountImageHandle
@ stub WIMReadImageFile
@ stub WIMRegisterLogFile
@ st
ub WIMRegisterMessageCallback
@ st
dcall WIMRegisterMessageCallback(long ptr ptr)
@ stub WIMRemountImage
@ stub WIMSetBootImage
@ stub WIMSetFileIOCallbackTemporaryPath
...
...
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