mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
[windows] HANDLE, not PHANDLE
This commit is contained in:
parent
d26374a312
commit
eb032cc638
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user