Mod/JtReader/App/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) Juergen Riegel 2007    <juergen.riegel@web.de>          *
00003  *   LGPL                                                                  *
00004  ***************************************************************************/
00005 
00006 
00007 #ifndef __PRECOMPILED__
00008 
00009 #define __PRECOMPILED__
00010 
00011 
00012 
00013 #include <FCConfig.h>
00014 
00015 
00016 
00017 // Importing of App classes
00018 #ifdef FC_OS_WIN32
00019 # define MeshExport        __declspec(dllimport)
00020 # define AppJtReaderExport __declspec(dllexport)
00021 #else // for Linux
00022 # define MeshExport
00023 # define AppJtReaderExport
00024 #endif
00025 
00026 #ifdef _PreComp_
00027 
00028 
00029 
00031 
00032 #ifdef _MSC_VER
00033 # pragma warning( disable : 4251 )
00034 # pragma warning( disable : 4503 )
00035 # pragma warning( disable : 4275 )
00036 # pragma warning( disable : 4786 )  // specifier longer then 255 chars
00037 #endif
00038 
00039 
00040 // standard
00041 
00042 #include <stdio.h>
00043 #include <assert.h>
00044 
00045 
00046 // STL
00047 #include <algorithm>
00048 #include <iostream>
00049 #include <list>
00050 #include <map>
00051 #include <queue>
00052 #include <set>
00053 #include <sstream>
00054 #include <stack>
00055 #include <string>
00056 #include <vector>
00057 #include <bitset>
00058 // Xerces
00059 #include <xercesc/util/XercesDefs.hpp>
00060 
00061 
00062 
00063 
00064 #endif //_PreComp_
00065 
00066 #endif
00067 
00068 
00069 

Generated on Wed Nov 23 19:00:29 2011 for FreeCAD by  doxygen 1.6.1