gwenhywfar 4.0.3

api.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     copyright   : (C) 2004 by Martin Preuss
00003     email       : martin@libchipcard.de
00004 
00005  ***************************************************************************
00006  *          Please see toplevel file COPYING for license details           *
00007  ***************************************************************************/
00008 
00009 #ifndef GWEN_GUI_FOX16_API_H
00010 #define GWEN_GUI_FOX16_API_H
00011 
00012 
00013 
00014 #if defined __GNUC__ && (! defined (__sun)) && (__GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3))
00015 # ifdef BUILDING_FOX16_GUI
00016 #   define FOX16GUI_API __attribute__ ((visibility("default")))
00017 # else
00018 #   define FOX16GUI_API
00019 # endif
00020 #else
00021 # define FOX16GUI_API
00022 #endif
00023 
00024 
00025 #endif
00026