Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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