aqbanking  5.7.8
aqbankingppdecl.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  begin : Mon March 2 2011
5  copyright : (C) 2011 by Christian Stimming
6  email : christian@cstimming.de
7 
8  ***************************************************************************
9  * This file is part of the project "AqBanking". *
10  * Please see toplevel file COPYING of that project for license details. *
11  ***************************************************************************/
12 
13 
14 #ifndef AB_AQBANKINGPPDECL_HPP
15 #define AB_AQBANKINGPPDECL_HPP
16 
17 #if defined(_WIN32) || defined(_MSC_VER)
18 # define AQBANKINGPP_IS_WINDOWS
19 #endif
20 
21 #ifdef AQBANKINGPP_IS_WINDOWS
22 # ifdef export_AQBANKINGPP
23 # define AQBANKINGPP_DECL __declspec (dllexport)
24 # else
25 # define AQBANKINGPP_DECL __declspec (dllimport)
26 # endif
27 #else
28 # define AQBANKINGPP_DECL
29 #endif
30 
31 #endif // AB_STRINGLIST_HPP