mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 10:33:03 +00:00
More work on windows networking code.
Remove use of WSARecv and WSASend since for whatever reason they seem suspect. We may want to revisit this later.
This commit is contained in:
@@ -146,7 +146,7 @@ extern const JanetAbstractType janet_address_type;
|
||||
#ifdef JANET_EV
|
||||
void janet_lib_ev(JanetTable *env);
|
||||
void janet_ev_mark(void);
|
||||
int janet_make_pipe(JanetHandle handles[2]);
|
||||
int janet_make_pipe(JanetHandle handles[2], int keep_write_side);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user