X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run-command.h;h=fb342090e3cac49f41689f9610bfe2d6c87c87c1;hb=72b103fec7af967d295410c2fd3899bc6e8386e2;hp=0c00b25ff2ea8710a1d963619d633a9be1a6f626;hpb=14683af812ee0b19c416223287c6e330dbdc9ffc;p=git.git diff --git a/run-command.h b/run-command.h index 0c00b25ff..fb342090e 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;