Moved wine debug channel exports to new library.
authorRobert Dickenson <robd@reactos.org>
Wed, 8 Jan 2003 19:50:39 +0000 (19:50 +0000)
committerRobert Dickenson <robd@reactos.org>
Wed, 8 Jan 2003 19:50:39 +0000 (19:50 +0000)
svn path=/trunk/; revision=3963

reactos/lib/ntdll/def/ntdll.def
reactos/lib/ntdll/def/ntdll.edf
reactos/lib/ntdll/makefile

index 3b006fc..8fffa77 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: ntdll.def,v 1.90 2002/09/08 10:23:03 chorns Exp $
+; $Id: ntdll.def,v 1.91 2003/01/08 19:50:39 robd Exp $
 ;
 ; ReactOS Operating System
 ;
@@ -935,12 +935,12 @@ wcsstr
 wcstol
 wcstombs
 wcstoul
-wine_dbgstr_an
-wine_dbgstr_wn
-wine_dbgstr_guid
-wine_dbg_vprintf
-wine_dbg_printf
-wine_dbg_log
+;wine_dbgstr_an
+;wine_dbgstr_wn
+;wine_dbgstr_guid
+;wine_dbg_vprintf
+;wine_dbg_printf
+;wine_dbg_log
 InterlockedIncrement@4
 InterlockedDecrement@4
 InterlockedExchange@8
index e1d4742..5c1a4d4 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: ntdll.edf,v 1.79 2002/09/08 10:23:03 chorns Exp $
+; $Id: ntdll.edf,v 1.80 2003/01/08 19:50:39 robd Exp $
 ;
 ; ReactOS Operating System
 ;
@@ -938,10 +938,10 @@ wcsstr
 wcstol
 wcstombs
 wcstoul
-wine_dbgstr_an
-wine_dbgstr_wn
-wine_dbgstr_guid
-wine_dbg_vprintf
-wine_dbg_printf
-wine_dbg_log
+;wine_dbgstr_an
+;wine_dbgstr_wn
+;wine_dbgstr_guid
+;wine_dbg_vprintf
+;wine_dbg_printf
+;wine_dbg_log
 ;EOF
index a0d10f2..920893c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.76 2002/12/08 15:57:39 robd Exp $
+# $Id: makefile,v 1.77 2003/01/08 19:50:39 robd Exp $
 
 PATH_TO_TOP = ../..
 
@@ -22,7 +22,7 @@ TARGET_ENTRY = _LdrInitializeThunk@16
 
 CSR_OBJECTS = csr/lpc.o csr/capture.o csr/probe.o csr/thread.o
 
-DBG_OBJECTS = dbg/brkpoint.o dbg/debug.o dbg/print.o dbg/winedbg.o
+DBG_OBJECTS = dbg/brkpoint.o dbg/debug.o dbg/print.o #dbg/winedbg.o
 
 RTL_I386_OBJECTS = \
        rtl/i386/exception.o \