SignDLL.h

Go to the documentation of this file.
00001 #ifndef _SIGNDLL_H
00002 
00003 #if defined(WIN32)
00004 #pragma warning(disable:4786)
00005 #pragma warning(disable:4251)
00006 #pragma warning(disable:4996)
00007 #pragma warning(disable:4290)
00008 #ifdef SIGN_EXPORTS
00009 #define SIGN_EXPORT __declspec(dllexport)
00010 #else
00011 #define SIGN_EXPORT __declspec(dllimport)
00012 #endif
00013 #else
00014 #define SIGN_EXPORT
00015 #endif
00016 
00017 #endif
00018 

Generated on Mon Feb 26 12:11:16 2007 for TheSIGN by  doxygen 1.4.6