aboutsummaryrefslogtreecommitdiffstats
path: root/ws_symbol_export.h
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-03-02 22:27:40 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-03-02 22:27:40 +0000
commit1eb5e1d73970baa2bf0dd603e5da02c9b6a2e617 (patch)
tree08fd014234f05f1e351e9a632edd846e55bf1d66 /ws_symbol_export.h
parentfc9156a8a0951e645cca59a2173a8101eca0dba8 (diff)
Revert "Make Solaris Studio hide internal shared library symbols by default"
This reverts commit r48020. svn path=/trunk/; revision=48022
Diffstat (limited to 'ws_symbol_export.h')
-rw-r--r--ws_symbol_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws_symbol_export.h b/ws_symbol_export.h
index d85efba188..ac9b973053 100644
--- a/ws_symbol_export.h
+++ b/ws_symbol_export.h
@@ -24,7 +24,7 @@
#define SYMBOL_EXPORT_H
/* Originally copied from GCC Wiki at http://gcc.gnu.org/wiki/Visibility */
-#if defined _WIN32 || defined __CYGWIN__ || defined __SUNPRO_C || defined__SUNPRO_CC
+#if defined _WIN32 || defined __CYGWIN__
#ifdef WS_BUILD_DLL
#ifdef __GNUC__
#define WS_DLL_PUBLIC __attribute__ ((dllexport))