Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / process / spawnl.c
index b007ca2..a6174eb 100644 (file)
@@ -1,8 +1,6 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
+#include <msvcrti.h>
 
-#include <msvcrt/process.h>
-#include <msvcrt/stdlib.h>
-#include <msvcrt/stdarg.h>
 
 int _spawnl(int nMode, const char* szPath, const char* szArgv0,...)
 {