remove Lisp_Free struct type
[bpt/emacs.git] / src / sysselect.h
index 9ecc96e..db6438e 100644 (file)
@@ -51,6 +51,7 @@ typedef int fd_set;
 #define pselect sys_select
 #endif
 
+#ifndef WINDOWSNT
 INLINE_HEADER_BEGIN
 
 /* Check for out-of-range errors if ENABLE_CHECKING is defined.  */
@@ -85,4 +86,6 @@ fd_SET (int fd, fd_set *set)
 
 INLINE_HEADER_END
 
+#endif /* !WINDOWSNT */
+
 #endif