• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

aqofxconnect.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id$
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
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 # /* building AqOFXCONNECT */
00022 # if AQBANKING_SYS_IS_WINDOWS
00023 #   /* for windows */
00024 #   ifdef __declspec
00025 #     define AQOFXCONNECT_API __declspec (dllexport)
00026 #   else /* if __declspec */
00027 #     define AQOFXCONNECT_API
00028 #   endif /* if NOT __declspec */
00029 # else
00030 #   /* for non-win32 */
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 # /* not building AqOFXCONNECT */
00039 # if AQBANKING_SYS_IS_WINDOWS
00040 #   /* for windows */
00041 #   ifdef __declspec
00042 #     define AQOFXCONNECT_API __declspec (dllimport)
00043 #   else /* if __declspec */
00044 #     define AQOFXCONNECT_API
00045 #   endif /* if NOT __declspec */
00046 # else
00047 #   /* for non-win32 */
00048 #   define AQOFXCONNECT_API
00049 # endif
00050 #endif
00051 
00052 
00053 #define AQOFXCONNECT_LOGDOMAIN "aqofxconnect"
00054 
00055 
00056 #endif /* AQOFXCONNECT_AQOFXCONNECT_H */
00057 

Generated on Mon Sep 20 2010 18:13:21 for aqbanking by  doxygen 1.7.1