-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStdAfx.h
More file actions
47 lines (40 loc) · 803 Bytes
/
Copy pathStdAfx.h
File metadata and controls
47 lines (40 loc) · 803 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#define WIN32_LEAN_AND_MEAN
#define STRICT
#define _WIN32_WINNT 0x0501
#ifndef _WIN64
#define _USE_32BIT_TIME_T
#endif
#include <atlbase.h>
#include <atlcom.h>
#include <atlwin.h>
#include <comdef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if _MSC_VER >= 1400
//#define _Lockit __Lockit
#include <yvals.h>
//#undef _Lockit
#define _Lockit _Lockit_hax
namespace std {
class _Lockit {
public:
_Lockit() {}
_Lockit(int) {}
~_Lockit() {}
};
};
#endif
#include <vector>
#include <string>
#include <map>
#include <set>
#include <deque>
#include <algorithm>
#include <memory>
using namespace std;
#include <Pavel.h>
#include <CRegExp.h>
#include <DebugTimer.h>
#import "RESearch.tlb" raw_interfaces_only
using namespace RESearchLib;