Skip to content
Snippets Groups Projects

wepoll issues

Merged Constantin P. requested to merge bugs-2706 into master
4 files
+ 0
12
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -24,14 +24,11 @@
@@ -24,14 +24,11 @@
#include <stdbool.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdlib.h>
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0600
#include <winsock2.h>
#include <winsock2.h>
#include <windows.h>
#include <windows.h>
#include <mswsock.h>
#include <mswsock.h>
#include <ws2tcpip.h>
#include <ws2tcpip.h>
#include <io.h>
#include <io.h>
#include <wepoll.h>
#include <pthread.h>
#include <pthread.h>
#endif
#endif
Loading