mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 13:35:33 +00:00
Moved wine debug channel exports to new library.
svn path=/trunk/; revision=3963
This commit is contained in:
parent
1af5429d2b
commit
f81a1de259
3 changed files with 16 additions and 16 deletions
|
@ -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
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -935,12 +935,12 @@ wcsstr
|
||||||
wcstol
|
wcstol
|
||||||
wcstombs
|
wcstombs
|
||||||
wcstoul
|
wcstoul
|
||||||
wine_dbgstr_an
|
;wine_dbgstr_an
|
||||||
wine_dbgstr_wn
|
;wine_dbgstr_wn
|
||||||
wine_dbgstr_guid
|
;wine_dbgstr_guid
|
||||||
wine_dbg_vprintf
|
;wine_dbg_vprintf
|
||||||
wine_dbg_printf
|
;wine_dbg_printf
|
||||||
wine_dbg_log
|
;wine_dbg_log
|
||||||
InterlockedIncrement@4
|
InterlockedIncrement@4
|
||||||
InterlockedDecrement@4
|
InterlockedDecrement@4
|
||||||
InterlockedExchange@8
|
InterlockedExchange@8
|
||||||
|
|
|
@ -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
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -938,10 +938,10 @@ wcsstr
|
||||||
wcstol
|
wcstol
|
||||||
wcstombs
|
wcstombs
|
||||||
wcstoul
|
wcstoul
|
||||||
wine_dbgstr_an
|
;wine_dbgstr_an
|
||||||
wine_dbgstr_wn
|
;wine_dbgstr_wn
|
||||||
wine_dbgstr_guid
|
;wine_dbgstr_guid
|
||||||
wine_dbg_vprintf
|
;wine_dbg_vprintf
|
||||||
wine_dbg_printf
|
;wine_dbg_printf
|
||||||
wine_dbg_log
|
;wine_dbg_log
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -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 = ../..
|
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
|
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_OBJECTS = \
|
||||||
rtl/i386/exception.o \
|
rtl/i386/exception.o \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue