Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / ntdll / rtl / trace.c
index 3c8ca79..39b8666 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: trace.c,v 1.1 2001/04/10 18:15:22 dwelch Exp $
+/* $Id: trace.c,v 1.2 2002/09/07 15:12:41 chorns Exp $
  *
  * PROJECT:           ReactOS kernel
  * PURPOSE:           Tracing library calls
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
-#include <ntdll/trace.h>
+#define NTOS_USER_MODE
+#include <ntos.h>
 #include <string.h>
 #include <stdarg.h>
 
-#include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* GLOBALS *******************************************************************/