add WIN32 flags.
This commit is contained in:
parent
69f1bedf47
commit
00949b8783
@ -340,6 +340,9 @@ PL_EXPORT(int) Speekcode(IOSTREAM *s);
|
|||||||
#define SIO_SETENCODING (3) /* modify encoding of stream */
|
#define SIO_SETENCODING (3) /* modify encoding of stream */
|
||||||
#define SIO_FLUSHOUTPUT (4) /* flush output */
|
#define SIO_FLUSHOUTPUT (4) /* flush output */
|
||||||
#define SIO_LASTERROR (5) /* string holding last error */
|
#define SIO_LASTERROR (5) /* string holding last error */
|
||||||
|
#ifdef __WINDOWS__
|
||||||
|
#define SIO_GETWINSOCK (6) /* get underlying SOCKET object */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Sread_pending() */
|
/* Sread_pending() */
|
||||||
#define SIO_RP_BLOCK 0x1 /* wait for new input */
|
#define SIO_RP_BLOCK 0x1 /* wait for new input */
|
||||||
|
Reference in New Issue
Block a user