Windows: start_command: Support non-NULL dir in struct child_process
[git.git] / compat / mingw.h
index e254fb4e068c3248a1aac33d70e40b620cd91088..e0a6abac510610f5779e8df68fab2ad8424ce8c4 100644 (file)
@@ -223,6 +223,7 @@ int mingw_utime(const char *file_name, const struct utimbuf *times);
 #define utime mingw_utime
 
 pid_t mingw_spawnvpe(const char *cmd, const char **argv, char **env,
+                    const char *dir,
                     int fhin, int fhout, int fherr);
 void mingw_execvp(const char *cmd, char *const *argv);
 #define execvp mingw_execvp