Mod/Cam/App/PreCompiled.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef __PRECOMPILED__
00026 #define __PRECOMPILED__
00027
00028 #include <FCConfig.h>
00029
00030
00031
00032 #ifdef FC_OS_WIN32
00033 # define CamExport __declspec(dllexport)
00034 # define CamExport __declspec(dllexport)
00035 # define PartExport __declspec(dllimport)
00036 # define MeshExport __declspec(dllimport)
00037 #else // for Linux
00038 # define CamExport
00039 # define CamExport
00040 # define PartExport
00041 # define MeshExport
00042 #endif
00043
00044 #ifdef _MSC_VER
00045 # pragma warning(disable : 4251)
00046 # pragma warning(disable : 4290)
00047 # pragma warning(disable : 4275)
00048 # pragma warning(disable : 4503)
00049 # pragma warning(disable : 4786)
00050 # pragma warning(disable : 4101)
00051 #endif
00052
00053 #ifdef _PreComp_
00054
00055
00056 #include <vector>
00057 #include <list>
00058 #include <map>
00059 #include <string>
00060 #include <set>
00061 #include <algorithm>
00062 #include <stack>
00063 #include <queue>
00064 #include <bitset>
00065
00066 #include <Python.h>
00067
00068 #ifdef FC_OS_WIN32
00069 #include <windows.h>
00070 #endif
00071
00072
00073 #include <xercesc/util/XercesDefs.hpp>
00074
00075
00076 #include <Standard_Failure.hxx>
00077
00078
00079 #include <Mod/Part/App/OpenCascadeAll.h>
00080
00081 #endif //_PreComp_
00082
00083 #endif //__PRECOMPILED__
00084
00085