diff options
Diffstat (limited to 'src/sysselect.h')
| -rw-r--r-- | src/sysselect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sysselect.h b/src/sysselect.h index 9ecc96e310c..db6438ed1f8 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -51,6 +51,7 @@ typedef int fd_set; | |||
| 51 | #define pselect sys_select | 51 | #define pselect sys_select |
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
| 54 | #ifndef WINDOWSNT | ||
| 54 | INLINE_HEADER_BEGIN | 55 | INLINE_HEADER_BEGIN |
| 55 | 56 | ||
| 56 | /* Check for out-of-range errors if ENABLE_CHECKING is defined. */ | 57 | /* Check for out-of-range errors if ENABLE_CHECKING is defined. */ |
| @@ -85,4 +86,6 @@ fd_SET (int fd, fd_set *set) | |||
| 85 | 86 | ||
| 86 | INLINE_HEADER_END | 87 | INLINE_HEADER_END |
| 87 | 88 | ||
| 89 | #endif /* !WINDOWSNT */ | ||
| 90 | |||
| 88 | #endif | 91 | #endif |