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