Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

StdAfx.h

Go to the documentation of this file.
00001 // stdafx.h : include file for standard system include files,
00002 //  or project specific include files that are used frequently, but
00003 //      are changed infrequently
00004 //
00005 
00006 #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
00007 #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
00008 
00009 #define PLATFORM_WIN32 1
00010 #define PLATFORM_LINUX 2
00011 
00012 #if defined( __WIN32__ ) || defined( _WIN32 )
00013 #   define _PLATFORM PLATFORM_WIN32
00014 #else
00015 #   define _PLATFORM PLATFORM_LINUX
00016 #endif
00017 
00018 #if _PLATFORM == PLATFORM_WIN32
00019 
00020 #       pragma warning( disable : 4290 4786 )
00021 
00022 #else
00023 
00024 #endif
00025 
00026 #include <stdio.h>
00027 #include <stdlib.h>
00028 
00029 #include <string>
00030 #include <set>
00031 #include <map>
00032 #include <list>
00033 #include <vector>
00034 #include <deque>
00035 #include <algorithm>
00036 #include <iostream>
00037 #include <fstream>
00038 using namespace std;
00039 
00040 #include <stdio.h>
00041 #include <stdlib.h>
00042 #include <time.h>
00043 #include <math.h>
00044 
00045 //{{AFX_INSERT_LOCATION}}
00046 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00047 
00048 #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)

Generated on Fri Dec 5 04:06:00 2003 for Borqueror by doxygen 1.3.3