PST SDK  5.2.0.0-0eac0f6
PstBase.h
Go to the documentation of this file.
1 // Copyright PS-Tech B.V. All Rights Reserved.
2 
3 #pragma once
4 
5 #if (defined(_WIN32) || defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__))
6 # ifdef pstsdk_cpp_EXPORTS
7 # define PST_EXPORT __declspec(dllexport)
8 # else
9 # define PST_EXPORT __declspec(dllimport)
10 # endif
11 #else
12 # define PST_EXPORT
13 #endif