Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_Export.h

Go to the documentation of this file.
00001 /*
00002  * $Id: Fl_Export.h,v 1.4 2003/07/04 19:16:34 laza2000 Exp $
00003  *
00004  * Extended Fast Light Toolkit (EFLTK)
00005  * Copyright (C) 2002-2003 by EDE-Team
00006  * WWW: http://www.sourceforge.net/projects/ede
00007  *
00008  * Fast Light Toolkit (FLTK)
00009  * Copyright (C) 1998-2003 by Bill Spitzak and others.
00010  * WWW: http://www.fltk.org
00011  *
00012  * This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00013  * version 2. See COPYING for details.
00014  *
00015  * Author : Mikko Lahteenmaki
00016  * Email  : mikko@fltk.net
00017  *
00018  * Please report all bugs and problems to "efltk-bugs@fltk.net"
00019  *
00020  */
00021 
00022 #ifndef _FL_EXPORT_H_
00023 #define _FL_EXPORT_H_
00024 
00035 #if defined(_WIN32) && defined(FL_SHARED) && (defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__) || __GNUC__ >= 3)
00036 # ifdef FL_LIBRARY
00037 #  define FL_API __declspec(dllexport)
00038 # else
00039 #  define FL_API __declspec(dllimport)
00040 # endif
00041 
00042 #else
00043 
00044 # define FL_API
00045 
00046 #endif
00047 
00048 #endif

Generated on Thu Jul 31 15:33:43 2003 for eFLTK by doxygen1.2.15