Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / process / spawnlpe.c
index 81abee8..9f4cb72 100644 (file)
@@ -1,6 +1,4 @@
-#include <msvcrt/process.h>
-#include <msvcrt/stdlib.h>
-#include <msvcrt/stdarg.h>
+#include <msvcrti.h>
 
 
 int _spawnlpe(int mode, const char *path, const char *szArgv0, ... /*, const char **envp */)