From 8bd91611f45490c06b08cdc5a712127f5541033c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 26 Sep 2014 09:12:55 -0500 Subject: [svn-r25624] Define symbol for other compilers as nothing. Tested: platypus --- src/H5PLextern.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/H5PLextern.h b/src/H5PLextern.h index a204cb7..8ad19e7 100644 --- a/src/H5PLextern.h +++ b/src/H5PLextern.h @@ -39,6 +39,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 -- cgit v0.12