Commit 1ec64dcd authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

ntoskrnl.exe: Export InitSafeBootMode.

parent 19fe621d
......@@ -44,6 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ntoskrnl);
WINE_DECLARE_DEBUG_CHANNEL(relay);
BOOLEAN KdDebuggerEnabled = FALSE;
ULONG InitSafeBootMode = 0;
extern LONG CALLBACK vectored_handler( EXCEPTION_POINTERS *ptrs );
......
......@@ -302,7 +302,7 @@
@ stub InbvSetScrollRegion
@ stub InbvSetTextColor
@ stub InbvSolidColorFill
@ stub InitSafeBootMode
@ extern InitSafeBootMode
@ stdcall IoAcquireCancelSpinLock(ptr)
@ stdcall IoAcquireRemoveLockEx(ptr ptr ptr long long)
@ stub IoAcquireVpbSpinLock
......
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