Go to the documentation of this file.00001 #pragma once
00002
00003 #if defined(CA_EXPORTS)
00004 #define CA_API __declspec(dllexport)
00005 #elif defined(CPPUNIT_TEST)
00006 #define CA_API
00007 #else
00008 #define CA_API __declspec(dllimport)
00009 #endif
00010