W32: Remove our poor emulation of poll() from the w32 build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user