[ros-diffs] [ion] 24621: - Fix another build break... sorry for the SVN Server is fucked due to the CIA post-commit hook and is being unusable.
ion at svn.reactos.org
ion at svn.reactos.org
Mon Oct 23 07:55:07 CEST 2006
Author: ion
Date: Mon Oct 23 09:55:06 2006
New Revision: 24621
URL: http://svn.reactos.org/svn/reactos?rev=24621&view=rev
Log:
- Fix another build break... sorry for the SVN Server is fucked due to the CIA post-commit hook and is being unusable.
Modified:
trunk/reactos/dll/ntdll/dbg/dbgui.c
trunk/reactos/dll/ntdll/def/ntdll.def
Modified: trunk/reactos/dll/ntdll/dbg/dbgui.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/dbg/dbgui.c?rev=24621&r1=24620&r2=24621&view=diff
==============================================================================
--- trunk/reactos/dll/ntdll/dbg/dbgui.c (original)
+++ trunk/reactos/dll/ntdll/dbg/dbgui.c Mon Oct 23 09:55:06 2006
@@ -78,11 +78,12 @@
NTSTATUS
NTAPI
DbgUiConvertStateChangeStructure(IN PDBGUI_WAIT_STATE_CHANGE WaitStateChange,
- OUT LPDEBUG_EVENT DebugEvent)
+ OUT PVOID Win32DebugEvent)
{
NTSTATUS Status;
OBJECT_ATTRIBUTES ObjectAttributes;
THREAD_BASIC_INFORMATION ThreadBasicInfo;
+ LPDEBUG_EVENT DebugEvent = Win32DebugEvent;
HANDLE ThreadHandle;
/* Write common data */
Modified: trunk/reactos/dll/ntdll/def/ntdll.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/def/ntdll.def?rev=24621&r1=24620&r2=24621&view=diff
==============================================================================
--- trunk/reactos/dll/ntdll/def/ntdll.def (original)
+++ trunk/reactos/dll/ntdll/def/ntdll.def Mon Oct 23 09:55:06 2006
@@ -132,7 +132,6 @@
NtFsControlFile at 40
NtGetContextThread at 8
NtGetPlugPlayEvent at 16
-NtGetTickCount at 0
NtImpersonateAnonymousToken at 4
NtImpersonateClientOfPort at 8
NtImpersonateThread at 12
@@ -290,7 +289,6 @@
NtWriteFileGather at 36
NtWriteRequestData at 24
NtWriteVirtualMemory at 20
-NtW32Call at 20
NtYieldExecution at 0
;PfxFindPrefix
;PfxInitialize
@@ -803,7 +801,6 @@
ZwFsControlFile at 40
ZwGetContextThread at 8
ZwGetPlugPlayEvent at 16
-ZwGetTickCount at 0
ZwImpersonateAnonymousToken at 4
ZwImpersonateClientOfPort at 8
ZwImpersonateThread at 12
@@ -961,7 +958,6 @@
ZwWriteFileGather at 36
ZwWriteRequestData at 24
ZwWriteVirtualMemory at 20
-ZwW32Call at 20
ZwYieldExecution at 0
__isascii
__iscsym
More information about the Ros-diffs
mailing list