A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
win32-internet.h
Go to the documentation of this file.
1#ifndef WIN32_INTERNET_H
2#define WIN32_INTERNET_H
3
4/* Winsock2.h is a cursed header that
5 * causes multiple name collisions
6 *
7 * We use this private header to prevent them
8 */
9
10#include <winsock2.h>
11#undef GetObject
12#undef SetPort
13#undef SendMessage
14#undef CreateFile
15#undef Rectangle
16#undef interface
17
18#endif // WIN32_INTERNET_H