Austin English : ntdll: Add DbgUiRemoteBreakin() stub.

Alexandre Julliard julliard at winehq.org
Tue Apr 24 18:46:09 CDT 2018


Module: wine
Branch: master
Commit: e13f59085f8a3787abd4e3f3eabae1a7e607a3c0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e13f59085f8a3787abd4e3f3eabae1a7e607a3c0

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Apr 23 16:24:30 2018 -0500

ntdll: Add DbgUiRemoteBreakin() stub.

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/misc.c     | 8 ++++++++
 dlls/ntdll/ntdll.spec | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dlls/ntdll/misc.c b/dlls/ntdll/misc.c
index 8f0c51c..88e8b33 100644
--- a/dlls/ntdll/misc.c
+++ b/dlls/ntdll/misc.c
@@ -476,3 +476,11 @@ ULONG WINAPI EtwEventWrite( REGHANDLE handle, const EVENT_DESCRIPTOR *descriptor
     FIXME("(%s, %p, %u, %p): stub\n", wine_dbgstr_longlong(handle), descriptor, count, data);
     return ERROR_SUCCESS;
 }
+
+/***********************************************************************
+ *		    DbgUiRemoteBreakin (NTDLL.@)
+ */
+void WINAPI DbgUiRemoteBreakin( void *arg )
+{
+    FIXME("stub\n");
+}
diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec
index 8744704..c260b0d 100644
--- a/dlls/ntdll/ntdll.spec
+++ b/dlls/ntdll/ntdll.spec
@@ -36,7 +36,7 @@
 # @ stub DbgUiDebugActiveProcess
 # @ stub DbgUiGetThreadDebugObject
 # @ stub DbgUiIssueRemoteBreakin
-# @ stub DbgUiRemoteBreakin
+@ stdcall DbgUiRemoteBreakin(ptr)
 # @ stub DbgUiSetThreadDebugObject
 # @ stub DbgUiStopDebugging
 @ stub DbgUiWaitStateChange




More information about the wine-cvs mailing list