W32: Remove our poor emulation of poll() from the w32 build.

This commit is contained in:
Ronnie Sahlberg
2012-05-13 16:46:38 +10:00
parent 261924d73a
commit ed4b8ec72e
3 changed files with 0 additions and 33 deletions

View File

@@ -21,7 +21,6 @@
#if defined(WIN32)
#define EXTERN __declspec( dllexport )
EXTERN int poll(struct pollfd *fds, int nfsd, int timeout);
#else
#define EXTERN
#endif