update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / spawnvpe.c
index fdafde3..042be0a 100644 (file)
@@ -4,6 +4,9 @@
 #include <msvcrt/errno.h>
 
 
+/*
+ * @implemented
+ */
 int _spawnvpe(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv)
 {