X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=run-command.h;h=fb342090e3cac49f41689f9610bfe2d6c87c87c1;hb=5322ef2006cc93ad76140ff742cd96e74c1ec09b;hp=0c00b25ff2ea8710a1d963619d633a9be1a6f626;hpb=5a3669340b3c81fd25a10f02f44ecd27cc100fd2;p=thirdparty%2Fgit.git diff --git a/run-command.h b/run-command.h index 0c00b25ff2..fb342090e3 100644 --- a/run-command.h +++ b/run-command.h @@ -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;