Global.h
Go to the documentation of this file.
1 #pragma once
2 
3 // disable warning C4995: 'function': name was marked as #pragma deprecated
4 // atlbase.h brings in deprecated functions
5 #pragma warning(disable: 4995)
6 
7 #ifndef _WIN32_WINNT
8 #define _WIN32_WINNT 0x0500
9 #endif
10 
11 #ifndef STRICT
12 #define STRICT
13 #endif
14 
15 #define WIN32_LEAN_AND_MEAN
16 
17 #include <atlbase.h>
18 #include <comdef.h>
19 #include <strsafe.h>
20 #include <windows.h>
21 #include <sstream>
22 #include <iostream>
23 #include <iomanip>
24 #include <vector>
25 #include <algorithm>
26 #include <ctime>
27 #include <fstream>
28 #include <map>
29 #include <list>


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com