base/zz_export.h

Go to the documentation of this file.
00001 #ifndef zz_export_h
00002 #define zz_export_h
00003 
00004 #pragma warning(disable: 4786)
00005 #pragma warning(disable: 4251)
00006 #pragma warning(disable: 4275)
00007 
00008 #ifdef ZZ_DLL_INTERFACE
00009         
00010         #ifdef ZZ_DLL_IMPORT
00011                 #define ZZ_API __declspec( dllimport )
00012         #else
00013                 #define ZZ_API __declspec( dllexport )
00014         #endif
00015 
00016 #else
00017         #define ZZ_API
00018 #endif
00019 
00020 #endif // zz_export_h

Generated on Thu Sep 21 21:45:41 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO