summaryrefslogtreecommitdiffstats
path: root/src/H5PLextern.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-09-26 14:13:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-09-26 14:13:51 (GMT)
commit7d8632d7f9d4f0e456389e53b03f3c200e7a1eb7 (patch)
treea56b0abd80111a9dfc119b14f52ad1aa0c509459 /src/H5PLextern.h
parentef316daec86d939619f9fddf6b244e6981f5c17a (diff)
downloadhdf5-7d8632d7f9d4f0e456389e53b03f3c200e7a1eb7.zip
hdf5-7d8632d7f9d4f0e456389e53b03f3c200e7a1eb7.tar.gz
hdf5-7d8632d7f9d4f0e456389e53b03f3c200e7a1eb7.tar.bz2
[svn-r25625] Define symbol for other compilers as nothing.
Diffstat (limited to 'src/H5PLextern.h')
-rw-r--r--src/H5PLextern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5PLextern.h b/src/H5PLextern.h
index 6a51a1d..7f10575 100644
--- a/src/H5PLextern.h
+++ b/src/H5PLextern.h
@@ -41,6 +41,8 @@ typedef enum H5PL_type_t {
#define H5PLUGIN_DLL __declspec(dllexport)
#elif (__GNUC__ >= 4) /* GCC 4.x has support for visibility options */
#define H5PLUGIN_DLL __attribute__ ((visibility("default")))
+#else
+ #define H5PLUGIN_DLL
#endif
#ifdef __cplusplus