From f81a1de259a6128d73a56ceab417316f6d1ffbc2 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Wed, 8 Jan 2003 19:50:39 +0000 Subject: [PATCH] Moved wine debug channel exports to new library. svn path=/trunk/; revision=3963 --- reactos/lib/ntdll/def/ntdll.def | 14 +++++++------- reactos/lib/ntdll/def/ntdll.edf | 14 +++++++------- reactos/lib/ntdll/makefile | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/reactos/lib/ntdll/def/ntdll.def b/reactos/lib/ntdll/def/ntdll.def index 3b006fceee9..8fffa77d02c 100644 --- a/reactos/lib/ntdll/def/ntdll.def +++ b/reactos/lib/ntdll/def/ntdll.def @@ -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 diff --git a/reactos/lib/ntdll/def/ntdll.edf b/reactos/lib/ntdll/def/ntdll.edf index e1d4742bf73..5c1a4d40caa 100644 --- a/reactos/lib/ntdll/def/ntdll.edf +++ b/reactos/lib/ntdll/def/ntdll.edf @@ -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 diff --git a/reactos/lib/ntdll/makefile b/reactos/lib/ntdll/makefile index a0d10f2712d..920893c7983 100644 --- a/reactos/lib/ntdll/makefile +++ b/reactos/lib/ntdll/makefile @@ -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 \