Mod/Inspection/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 #ifndef APP_PRECOMPILED_H
00025 #define APP_PRECOMPILED_H
00026
00027 #include <FCConfig.h>
00028
00029
00030 #ifdef FC_OS_WIN32
00031 # define InspectionExport __declspec(dllexport)
00032 # define MeshExport __declspec(dllimport)
00033 # define PointsExport __declspec(dllimport)
00034 # define PartExport __declspec(dllimport)
00035 #else // for Linux
00036 # define InspectionExport
00037 # define MeshExport
00038 # define PointsExport
00039 # define PartExport
00040 #endif
00041
00042 #ifdef _MSC_VER
00043 # pragma warning(disable : 4290)
00044 # pragma warning(disable : 4275)
00045 #endif
00046
00047 #ifdef _PreComp_
00048
00049
00050 #include <cstdio>
00051 #include <cassert>
00052 #include <iostream>
00053
00054
00055 #include <algorithm>
00056 #include <iostream>
00057 #include <list>
00058 #include <map>
00059 #include <queue>
00060 #include <set>
00061 #include <sstream>
00062 #include <stack>
00063 #include <string>
00064 #include <vector>
00065
00066
00067 #include <xercesc/util/XercesDefs.hpp>
00068
00069 #endif //_PreComp_
00070
00071 #endif
00072