]> git.ipfire.org Git - thirdparty/git.git/blobdiff - run-command.h
Fix some printf format warnings
[thirdparty/git.git] / run-command.h
index 0c00b25ff2ea8710a1d963619d633a9be1a6f626..fb342090e3cac49f41689f9610bfe2d6c87c87c1 100644 (file)
@@ -70,7 +70,7 @@ struct async {
        int (*proc)(int fd, void *data);
        void *data;
        int out;        /* caller reads from here and closes it */
-#ifndef __MINGW32__
+#ifndef WIN32
        pid_t pid;
 #else
        HANDLE tid;