diff options
Diffstat (limited to 'plugins/NotifyAnything/sendlog/src/Common.h')
-rw-r--r-- | plugins/NotifyAnything/sendlog/src/Common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/sendlog/src/Common.h b/plugins/NotifyAnything/sendlog/src/Common.h new file mode 100644 index 0000000000..6015a1c011 --- /dev/null +++ b/plugins/NotifyAnything/sendlog/src/Common.h @@ -0,0 +1,9 @@ +#define _CRT_SECURE_NO_WARNINGS
+
+#define _WINSOCKAPI_ // don't include winsock 1.x
+
+#include <windows.h>
+#include <ws2tcpip.h>
+#include <string>
+#include <iostream>
+
|