A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
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
src
internet
model
win32-internet.h
Generated on Fri Oct 3 2025 18:22:17 for ns-3 by
1.13.2