Moved wine debug channel exports to new library.

svn path=/trunk/; revision=3963
This commit is contained in:
Robert Dickenson 2003-01-08 19:50:39 +00:00
parent 1af5429d2b
commit f81a1de259
3 changed files with 16 additions and 16 deletions

View 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

View 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

View 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 \