Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef AQOFXCONNECT_AQOFXCONNECT_H
00012 #define AQOFXCONNECT_AQOFXCONNECT_H
00013
00014
00015 #include <aqbanking/system.h>
00016
00017 #ifdef BUILDING_AQOFXCONNECT
00018 #
00019 # if AQBANKING_SYS_IS_WINDOWS
00020 #
00021 # ifdef __declspec
00022 # define AQOFXCONNECT_API __declspec (dllexport)
00023 # else
00024 # define AQOFXCONNECT_API
00025 # endif
00026 # else
00027 #
00028 # ifdef GCC_WITH_VISIBILITY_ATTRIBUTE
00029 # define AQOFXCONNECT_API __attribute__((visibility("default")))
00030 # else
00031 # define AQOFXCONNECT_API
00032 # endif
00033 # endif
00034 #else
00035 #
00036 # if AQBANKING_SYS_IS_WINDOWS
00037 #
00038 # ifdef __declspec
00039 # define AQOFXCONNECT_API __declspec (dllimport)
00040 # else
00041 # define AQOFXCONNECT_API
00042 # endif
00043 # else
00044 #
00045 # define AQOFXCONNECT_API
00046 # endif
00047 #endif
00048
00049
00050 #define AQOFXCONNECT_LOGDOMAIN "aqofxconnect"
00051
00052
00053 #endif
00054