diff --git a/src/lib/in.c b/src/lib/in.c index 60f3af956..849996fc4 100644 --- a/src/lib/in.c +++ b/src/lib/in.c @@ -52,7 +52,7 @@ typedef struct cursorloc { #ifndef __MINGW64__ typedef int ipipe; #else -typedef PHANDLE ipipe; +typedef HANDLE ipipe; #endif // local state for the input thread. don't put this large struct on the stack.