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