(fileno) [_WIN32]: Remove unnecessary #ifdef fileno/#endif.

This commit is contained in:
Ron Koenderink 2007-08-19 01:20:00 +00:00
parent 049bf68035
commit c47f59e189

View file

@ -36,9 +36,7 @@
#include <io.h>
#include <stdio.h>
#ifdef fileno
#undef fileno
#endif
#include "sys/socket.h"
#include "getopt.h"
#include <sys/stat.h>