diff --git a/CHANGES b/CHANGES index d503c8cb..c52bb15c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +?? ???? 2007 - 2.1.2-rc2 +------------------------ + + * Added Cygwin to the list of platforms not supporting the hidden + visibility attribute. + 14 June 2007 - 2.1.2-rc1 ------------------------ diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index f92c78a7..a77e29cc 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -24,7 +24,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) || defined(SOLARIS2)) +#if !(defined(WIN32) || defined(CYGWIN) || defined(NETWARE) || defined(SOLARIS2)) #define DSOLOCAL __attribute__((visibility("hidden"))) #else #define DSOLOCAL