diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:17:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:17:58 +0000 |
commit | ab92c2a5cd5427bf8a33d06afdb64b88d2d640ed (patch) | |
tree | fc82f068ad7bf8e141b6148f2ff191eab56e1f5a /protocols/Twitter/stdafx.h | |
parent | 441daff7dfc4cd80075cfbec3345192aab4353b5 (diff) |
Twitter updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/stdafx.h')
-rw-r--r-- | protocols/Twitter/stdafx.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/protocols/Twitter/stdafx.h b/protocols/Twitter/stdafx.h new file mode 100644 index 0000000000..6e216fce33 --- /dev/null +++ b/protocols/Twitter/stdafx.h @@ -0,0 +1,33 @@ +// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+#include "targetver.h"
+
+#include <Windows.h>
+//#include <WinInet.h>
+#include <Shlwapi.h>
+#include <Wincrypt.h>
+#include <stdio.h>
+#include <tchar.h>
+#include <time.h>
+
+#include <string>
+#include <list>
+#include <vector>
+#include <map>
+#include <fstream>
+
+typedef std::basic_string<TCHAR> tstring;
+//#define SIZEOF(x) (sizeof(x)/sizeof(*x))
+
+#include "StringConv.h"
+#include "StringUtil.h"
+#include "Base64Coder.h"
+
+#include "Debug.h"
+
+#include "win2k.h"
|