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