Commit 391364e0 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

wimgapi: Add stub for WIMRegisterMessageCallback.

parent 387fbdc7
......@@ -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;
}
......@@ -28,7 +28,7 @@
@ stub WIMMountImageHandle
@ stub WIMReadImageFile
@ stub WIMRegisterLogFile
@ stub WIMRegisterMessageCallback
@ stdcall WIMRegisterMessageCallback(long ptr ptr)
@ stub WIMRemountImage
@ stub WIMSetBootImage
@ stub WIMSetFileIOCallbackTemporaryPath
......
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