win32: Support overlapped (asynchronous) I/O on standard streams in GSFileHandle

* win32: Support overlapped I/O on standard streams in GSFileHandle

* Add isStandardInput instance variable

* Restrict PeekConsoleInput on stdin

* Update ChangeLog
This commit is contained in:
Hugo Melder 2022-08-23 18:43:14 +02:00 committed by GitHub
parent 6b537b4a45
commit 32eb5d2acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 100 additions and 25 deletions

View file

@ -7,8 +7,6 @@
#import <Foundation/NSFileHandle.h>
#import <Foundation/NSDictionary.h>
#include <unistd.h>
int main()
{
START_SET("NSRunLoop performers")