Add WIN32 pseudo console APIs

See #999
This commit is contained in:
Justine Tunney 2023-12-10 01:29:25 -08:00
parent 1bd69867d1
commit 4f66d7f2dd
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 72 additions and 2 deletions

View file

@ -0,0 +1,6 @@
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_PSEUDOCONSOLE_H_
#define COSMOPOLITAN_LIBC_NT_ENUM_PSEUDOCONSOLE_H_
#define kNtPseudoconsoleInheritCursor 1
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_PSEUDOCONSOLE_H_ */