summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/stdafx.h
blob: 6e216fce338edf7583254ca1673752a1f174ac40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"