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