Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / process / execvpe.c
index c894f5f..665d924 100644 (file)
@@ -1,8 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
+#include <msvcrti.h>
 
 
-#include <msvcrt/process.h>
-
 int _execvpe(const char* szPath, char* const* szaArgv, char* const* szaEnv)
 {
   return _spawnvpe(P_OVERLAY, szPath, szaArgv, szaEnv);