13 lines
180 B
C
13 lines
180 B
C
#ifndef EPOLL_WIN_H_
|
|
#define EPOLL_WIN_H_
|
|
|
|
#ifndef WIN32_LEAN_AND_MEAN
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
#include <WS2tcpip.h>
|
|
#include <WinSock2.h>
|
|
#include <Windows.h>
|
|
|
|
#endif
|