summaryrefslogtreecommitdiff
path: root/plugins/NotifyAnything/SendLog/src/Common.h
blob: 6015a1c011a35f7536c0827ecd983e661c7ce0c4 (plain)
1
2
3
4
5
6
7
8
9
#define _CRT_SECURE_NO_WARNINGS

#define _WINSOCKAPI_ // don't include winsock 1.x

#include <windows.h>
#include <ws2tcpip.h>
#include <string>
#include <iostream>