[windows] HANDLE, not PHANDLE

This commit is contained in:
nick black 2021-10-16 02:52:37 -04:00
parent d26374a312
commit eb032cc638

View File

@ -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.