PKIFSCVPDLL.h
Go to the documentation of this file.00001
00009 #define NO_LOKI 1
00010 #ifdef _WIN32
00011 #ifdef PKIFSCVP_EXPORTS
00012 #define PKIFSCVP_API __declspec(dllexport)
00013 #else
00014 #define PKIFSCVP_API __declspec(dllimport)
00015 #endif
00016 #else
00017 #define PKIFSCVP_API
00018 #endif // _WIN32