CaDeclSpecs.h
Go to the documentation of this file.
1 #pragma once
2 
3 #if defined(CA_EXPORTS)
4 #define CA_API __declspec(dllexport)
5 #elif defined(CPPUNIT_TEST)
6 #define CA_API
7 #else
8 #define CA_API __declspec(dllimport)
9 #endif
10 


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com