[svn-r25625] Define symbol for other compilers as nothing.

This commit is contained in:
Allen Byrne
2014-09-26 09:13:51 -05:00
parent ef316daec8
commit 7d8632d7f9

View File

@@ -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