OBT.h

Go to the documentation of this file.
00001 #ifndef OBT_H
00002 #define OBT_H
00003 
00004 #ifndef TIXML_USE_STL
00005 #define TIXML_USE_STL
00006 #endif
00007 
00008 #ifdef _MSC_VER
00009         #if defined OBT_EXPORTS
00010                 #define OBT_API __declspec( dllexport )
00011         #else
00012                 #define OBT_API __declspec( dllimport )
00013         #endif // _LIB
00014 
00015         #pragma warning(disable : 4251)
00016 #else
00017         #define OBT_API
00018 #endif // WIN32
00019 
00020 #endif //OBT_H

Generated on Wed Oct 1 11:34:04 2008 for OBT by  doxygen 1.5.3