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=…
==============================================================================
--- 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?re…
==============================================================================
--- 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@40
NtGetContextThread@8
NtGetPlugPlayEvent@16
-NtGetTickCount@0
NtImpersonateAnonymousToken@4
NtImpersonateClientOfPort@8
NtImpersonateThread@12
@@ -290,7 +289,6 @@
NtWriteFileGather@36
NtWriteRequestData@24
NtWriteVirtualMemory@20
-NtW32Call@20
NtYieldExecution@0
;PfxFindPrefix
;PfxInitialize
@@ -803,7 +801,6 @@
ZwFsControlFile@40
ZwGetContextThread@8
ZwGetPlugPlayEvent@16
-ZwGetTickCount@0
ZwImpersonateAnonymousToken@4
ZwImpersonateClientOfPort@8
ZwImpersonateThread@12
@@ -961,7 +958,6 @@
ZwWriteFileGather@36
ZwWriteRequestData@24
ZwWriteVirtualMemory@20
-ZwW32Call@20
ZwYieldExecution@0
__isascii
__iscsym