HBT.h

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

logo OpenMask

Documentation generated on Mon Jun 9 11:45:55 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007