summaryrefslogtreecommitdiff
path: root/utils/zenutils/libraries/pelib-0.9/pelib/PeLibInc.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/zenutils/libraries/pelib-0.9/pelib/PeLibInc.h')
-rwxr-xr-xutils/zenutils/libraries/pelib-0.9/pelib/PeLibInc.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/utils/zenutils/libraries/pelib-0.9/pelib/PeLibInc.h b/utils/zenutils/libraries/pelib-0.9/pelib/PeLibInc.h
new file mode 100755
index 0000000000..84538bd2dd
--- /dev/null
+++ b/utils/zenutils/libraries/pelib-0.9/pelib/PeLibInc.h
@@ -0,0 +1,32 @@
1/*
2* PeLibInc.h - Part of the PeLib library.
3*
4* Copyright (c) 2004 - 2005 Sebastian Porst (webmaster@the-interweb.com)
5* All rights reserved.
6*
7* This software is licensed under the zlib/libpng License.
8* For more details see http://www.opensource.org/licenses/zlib-license.php
9* or the license information file (license.htm) in the root directory
10* of PeLib.
11*/
12
13#ifndef STD_H
14#define STD_H
15
16#ifdef _MSC_VER
17 #ifndef for
18 #define for if (0) {} else for
19 #endif
20#endif
21
22#include <algorithm>
23#include <climits>
24#include <fstream>
25#include <iostream>
26#include <string>
27#include <vector>
28#include <functional>
29// #include "PeLib.h"
30#include "PeLibAux.h"
31
32#endif