00001 //---------------------------------------------------------------------------- 00002 // Copyright (c) 2005, David Burken, all rights reserved. 00003 // 00004 // License: LGPL 00005 // 00006 // See LICENSE.txt file in the top level directory for more details. 00007 // 00008 // Author: David Burken 00009 // 00010 // Description: Constants file for ossim plugins. 00011 // 00012 // $Id: ossimPluginConstants.h 7530 2005-05-23 17:21:24Z dburken $ 00013 //---------------------------------------------------------------------------- 00014 #ifndef ossimPluginConstants_HEADER 00015 #define ossimPluginConstants_HEADER 00016 00017 #if defined(__MINGW32__) || defined(__CYGWIN__) || defined(_MSC_VER) || defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__) 00018 # define OSSIM_PLUGINS_DLL __declspec(dllexport) 00019 #else 00020 # define OSSIM_PLUGINS_DLL 00021 #endif 00022 00023 #endif /* #ifndef ossimPluginConstants_HEADER */
1.6.1