Skip to content
Snippets Groups Projects
Commit 6a1ef570 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

BUG: report OSSIM DLL EXPORT managment from ossim library to ossimplugin...

BUG: report OSSIM DLL EXPORT managment from ossim library to ossimplugin library (modification of ossimPluginConstants.h)
parent 218183b0
Branches
Tags
No related merge requests found
......@@ -14,7 +14,12 @@
#ifndef ossimPluginConstants_HEADER
#define ossimPluginConstants_HEADER
#if defined(__MINGW32__) || defined(__CYGWIN__) || defined(_MSC_VER) || defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__)
/**
* DLL IMPORT/EXORT SECTION
*/
#if defined(OSSIM_STATIC)
# define OSSIM_PLUGINS_DLL
#elif defined(__MINGW32__) || defined(__CYGWIN__) || defined(_MSC_VER) || defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__)
# define OSSIM_PLUGINS_DLL __declspec(dllexport)
#else
# define OSSIM_PLUGINS_DLL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment