RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
rmsauthExport.h
1 /*
2  * ======================================================================
3  * Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
4  * Licensed under the MIT License.
5  * See LICENSE.md in the project root for license information.
6  * ======================================================================
7 */
8 
9 #ifndef RMSAUTHEXPORT
10 #define RMSAUTHEXPORT
11 
12 #include <QtGlobal>
13 #if defined(RMSAUTH_LIBRARY)
14 # define RMSAUTH_EXPORT Q_DECL_EXPORT
15 #else
16 # define RMSAUTH_EXPORT Q_DECL_IMPORT
17 #endif
18 
19 #endif // RMSAUTHEXPORT