Go to the documentation of this file.
30 # if defined SUIT_EXPORTS || defined suit_EXPORTS
31 # define SUIT_EXPORT __declspec( dllexport )
33 # define SUIT_EXPORT __declspec( dllimport )
46 #pragma warning ( disable: 4251 )
49 #if defined ( _DEBUG ) || defined ( DEBUG )
51 #define SUIT_VERIFY(x) assert( x );
52 #define SUIT_ASSERT(x) assert( x );
54 #define SUIT_VERIFY(x) x
55 #define SUIT_ASSERT(x)