update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / execvpe.c
index c894f5f..f02f35a 100644 (file)
@@ -3,6 +3,9 @@
 
 #include <msvcrt/process.h>
 
+/*
+ * @implemented
+ */
 int _execvpe(const char* szPath, char* const* szaArgv, char* const* szaEnv)
 {
   return _spawnvpe(P_OVERLAY, szPath, szaArgv, szaEnv);