Do not compile on Solaris with visibility attributes.

This commit is contained in:
brectanus 2007-05-23 16:04:25 +00:00
parent 3fbf2b93c9
commit a1a0c24b88
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Add Solaris to the list of platforms not supporting the hidden
visibility attribute.
* Remove excessive debug log entries about "capture" action.
* Fixed decoding full-width unicode in t:urlDecodeUni.

View File

@ -26,7 +26,7 @@ typedef struct msc_data_chunk msc_data_chunk;
typedef struct msc_arg msc_arg;
typedef struct msc_string msc_string;
#if !(defined(WIN32) || defined(NETWARE))
#if !(defined(WIN32) || defined(NETWARE) || defined(SOLARIS2))
#define DSOLOCAL __attribute__((visibility("hidden")))
#else
#define DSOLOCAL