Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / rtl / swprintf.c
index 06aaebf..1ee490f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: swprintf.c,v 1.5 2001/05/30 14:36:52 ekohl Exp $
+/* $Id: swprintf.c,v 1.6 2002/09/07 15:13:06 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
  * Wirzenius wrote this portably, Torvalds fucked it up :-)
  */
 
-#include <ddk/ntddk.h>
-#include <stdarg.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <wchar.h>
-#include <limits.h>
+#include <ntoskrnl.h>
 
 #define NDEBUG
 #include <internal/debug.h>