summaryrefslogtreecommitdiff
path: root/plugins/NotifyAnything/sendlog/src/Common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-03 09:54:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-03 09:54:55 +0000
commita5b57010ee3ade84f58c211e78bb3d4ed5d5a3a6 (patch)
tree7eb714342cf48ab21ddae3c3db36dbbdcd4652ab /plugins/NotifyAnything/sendlog/src/Common.h
parent459e122d237334ecaa5c2ab4cf49ae564e2e6593 (diff)
added projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@3859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything/sendlog/src/Common.h')
-rw-r--r--plugins/NotifyAnything/sendlog/src/Common.h9
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>
+