ntdll: export a few more functions

Austin English austinenglish at gmail.com
Fri Dec 20 02:31:19 CST 2013


On Fri, Dec 20, 2013 at 12:30 AM, Austin English
<austinenglish at gmail.com> wrote:
> Fixes https//bugs.winehq.org/show_bug.cgi?id=26541
>
> --
> -Austin



-- 
-Austin
-------------- next part --------------
diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec
index 70bf94f..6418671 100644
--- a/dlls/ntdll/ntdll.spec
+++ b/dlls/ntdll/ntdll.spec
@@ -32,7 +32,7 @@
 # @ stub DbgSetDebugFilterState
 @ stub DbgUiConnectToDbg
 @ stub DbgUiContinue
-# @ stub DbgUiConvertStateChangeStructure
+@ stub DbgUiConvertStateChangeStructure
 # @ stub DbgUiDebugActiveProcess
 # @ stub DbgUiGetThreadDebugObject
 # @ stub DbgUiIssueRemoteBreakin
@@ -44,7 +44,7 @@
 # @ stub KiFastSystemCall
 # @ stub KiFastSystemCallRet
 # @ stub KiIntSystemCall
-# @ stub KiRaiseUserExceptionDispatcher
+@ stub KiRaiseUserExceptionDispatcher
 @ stub KiUserApcDispatcher
 @ stub KiUserCallbackDispatcher
 @ stub KiUserExceptionDispatcher
@@ -312,7 +312,7 @@
 # @ stub NtSetBootEntryOrder
 # @ stub NtSetBootOptions
 @ stdcall NtSetContextThread(long ptr)
-# @ stub NtSetDebugFilterState
+@ stub NtSetDebugFilterState
 @ stub NtSetDefaultHardErrorPort
 @ stdcall NtSetDefaultLocale(long long)
 @ stdcall NtSetDefaultUILanguage(long)


More information about the wine-patches mailing list