Removed definitions for FIONREAD and FIONBIO.

This commit is contained in:
Pavel Roskin 1999-03-19 16:58:20 +00:00 committed by Alexandre Julliard
parent c9ed21f718
commit e577052d70
1 changed files with 0 additions and 2 deletions

View File

@ -227,8 +227,6 @@ typedef struct WSAData {
* Socket I/O flags (supported by spec 1.1)
*/
#define FIONREAD WS_FIONREAD
#define FIONBIO WS_FIONBIO
#define WS_FIONREAD WS_IOR('f', 127, u_long)
#define WS_FIONBIO WS_IOW('f', 126, u_long)