Go to the documentation of this file.
27 # if defined CAF_EXPORTS || defined caf_EXPORTS
28 # define CAF_EXPORT __declspec( dllexport )
30 # define CAF_EXPORT __declspec( dllimport )
43 #pragma warning ( disable: 4251 )
46 #if defined ( _DEBUG ) || defined ( DEBUG )
48 #define CAF_VERIFY(x) assert(x);
49 #define CAF_ASSERT(x) assert(x);
51 #define CAF_VERIFY(x) x