00001
00002
00003
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
00046
00047
00048 #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)