PKIFXSECProviderDll.h
Go to the documentation of this file.00001
00010 #if !defined(__PKIFXSECPROVIDERDLL_H__)
00011 #define __PKIFXSECPROVIDERDLL_H__
00012
00013 #if defined(WIN32) || defined(_WIN32)
00014 #ifdef PKIFXML_EXPORTS
00015 #define PKIFXML_API __declspec(dllexport)
00016 #else
00017 #define PKIFXML_API __declspec(dllimport)
00018 #endif
00019 #else
00020 #define PKIFXML_API
00021 #endif
00022
00023 #if defined(WIN32) || defined(_WIN32)
00024 #include <windows.h>
00025 #endif
00026
00027 #endif
00028