mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
6b537b4a45
commit
32eb5d2acd
4 changed files with 100 additions and 25 deletions
|
@ -7,8 +7,6 @@
|
|||
#import <Foundation/NSFileHandle.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
START_SET("NSRunLoop performers")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue