StdIncludes.h

Go to the documentation of this file.
00001 #ifndef __ExpStdIncludes__
00002 #define __ExpStdIncludes__
00003 
00027 #ifdef WIN32
00028 // Win32
00029 
00030     // Define the windows version
00031     #define _WIN32_WINNT 0x0501
00032     #define WINVER 0x0501
00033 
00034     // Now the includes pacakages
00035     #include <windows.h>
00036     #include <tchar.h>
00037     #include <shlobj.h>
00038     
00039     // Only included on windows. For some reason GCC 4.0 finds this hard to cope with :|
00040     #include <iostream>     
00041 #else
00042 
00043     // Need to include carbon..
00044     #include <Carbon/Carbon.h>
00045     #include <CoreServices/CoreServices.h>
00046     #include <mach/mach.h>
00047     #include <mach/mach_time.h>
00048     #include <typeinfo>
00049 
00050 #endif
00051 
00056 // Standard
00057 #include <cstdio>
00058 #include <cstdlib>
00059 #include <cmath>
00060 
00061 #endif  // End of StdIncludes.h

Infinity API - StdIncludes.h Source File generated on 7 Mar 2007