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
2
#ifndef WIN32_INTERNET_H
3
#define WIN32_INTERNET_H
4
5
/* Winsock2.h is a cursed header that
6
* causes multiple name collisions
7
*
8
* We use this private header to prevent them
9
*/
10
11
#include <winsock2.h>
12
#undef GetObject
13
#undef SetPort
14
#undef SendMessage
15
#undef CreateFile
16
#undef Rectangle
17
#undef interface
18
19
#endif
// WIN32_INTERNET_H
src
internet
model
win32-internet.h
Generated on Fri Nov 8 2024 13:59:01 for ns-3 by
1.11.0