Author: sserapion
Date: Wed Oct 22 22:53:09 2008
New Revision: 36902
URL:
http://svn.reactos.org/svn/reactos?rev=36902&view=rev
Log:
WTH happened here!?
Modified:
branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-amd64.def
branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-i386.def
Modified: branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-amd64.def
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/d…
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-amd64.def [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-amd64.def [iso-8859-1]
Wed Oct 22 22:53:09 2008
@@ -6,15 +6,5 @@
DbgPrintEx
RtlAssert
RtlUnwind
-
+vDbgPrintExWithPrefix
;EOF
-EXPORTS
-DbgBreakPoint
-DbgBreakPointWithStatus
-DbgPrint
-DbgPrompt
-DbgPrintEx
-RtlAssert
-RtlUnwind
-
-;EOF
Modified: branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-i386.def
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/d…
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-i386.def [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/lib/debugsup/debugsup-ntos-i386.def [iso-8859-1]
Wed Oct 22 22:53:09 2008
@@ -1,12 +1,3 @@
-EXPORTS
-DbgBreakPoint@0
-DbgBreakPointWithStatus@4
-DbgPrint
-DbgPrompt@12
-DbgPrintEx
-RtlAssert@16
-RtlUnwind@16
-
;EOF
EXPORTS
DbgBreakPoint@0
@@ -16,5 +7,6 @@
DbgPrintEx
RtlAssert@16
RtlUnwind@16
+vDbgPrintExWithPrefix
;EOF