aqbanking  5.0.22
aqbankingppdecl.hpp
Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     begin       : Mon March 2 2011
00005     copyright   : (C) 2011 by Christian Stimming
00006     email       : christian@cstimming.de
00007 
00008  ***************************************************************************
00009  * This file is part of the project "AqBanking".                           *
00010  * Please see toplevel file COPYING of that project for license details.   *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef AB_AQBANKINGPPDECL_HPP
00015 #define AB_AQBANKINGPPDECL_HPP
00016 
00017 #if defined(_WIN32) || defined(_MSC_VER)
00018 # define AQBANKINGPP_IS_WINDOWS
00019 #endif
00020 
00021 #ifdef AQBANKINGPP_IS_WINDOWS
00022 # ifdef export_AQBANKINGPP
00023 #  define AQBANKINGPP_DECL __declspec (dllexport)
00024 # else
00025 #  define AQBANKINGPP_DECL __declspec (dllimport)
00026 # endif
00027 #else
00028 # define AQBANKINGPP_DECL
00029 #endif
00030 
00031 #endif // AB_STRINGLIST_HPP