mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
win32 standard io fixup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39454 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f9d5c0982
commit
d3aab9bc45
2 changed files with 42 additions and 30 deletions
|
@ -96,9 +96,9 @@
|
|||
#define NETBUF_SIZE (1024 * 16)
|
||||
#define READ_SIZE NETBUF_SIZE*10
|
||||
|
||||
static GSFileHandle* fh_stdin = nil;
|
||||
static GSFileHandle* fh_stdout = nil;
|
||||
static GSFileHandle* fh_stderr = nil;
|
||||
static GSFileHandle *fh_stdin = nil;
|
||||
static GSFileHandle *fh_stdout = nil;
|
||||
static GSFileHandle *fh_stderr = nil;
|
||||
|
||||
@interface GSTcpTune : NSObject
|
||||
- (int) delay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue