update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / spawnlpe.c
index cfd73f9..7c07cff 100644 (file)
@@ -1,8 +1,11 @@
-#include <crtdll/process.h>
-#include <crtdll/stdlib.h>
-#include <crtdll/stdarg.h>
+#include <msvcrt/process.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/stdarg.h>
 
 
+/*
+ * @implemented
+ */
 int _spawnlpe(int mode, const char *path, const char *szArgv0, ... /*, const char **envp */)
 {
   char *szArg[100];