Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

PeLibInc.h

00001 /* 00002 * PeLibInc.h - Part of the PeLib library. 00003 * 00004 * Copyright (c) 2004 Sebastian Porst (webmaster@the-interweb.com) 00005 * All rights reserved. 00006 * 00007 * This software is licensed under the zlib/libpng License. 00008 * For more details see http://www.opensource.org/licenses/zlib-license.php 00009 * or the license information file (license.htm) in the root directory 00010 * of PeLib. 00011 */ 00012 00013 #ifndef STD_H 00014 #define STD_H 00015 00016 #ifdef _MSC_VER 00017 #ifndef for 00018 #define for if (0) {} else for 00019 #endif 00020 #endif 00021 00022 #include <algorithm> 00023 #include <climits> 00024 #include <fstream> 00025 #include <iostream> 00026 #include <string> 00027 #include <vector> 00028 #include <functional> 00029 // #include "PeLib.h" 00030 #include "PeLibAux.h" 00031 00032 #endif

Generated on Mon Jan 17 20:50:08 2005 for PeLib by doxygen 1.3.7