diff options
Diffstat (limited to 'code/unix/unix_glw.h')
-rw-r--r-- | code/unix/unix_glw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/unix_glw.h b/code/unix/unix_glw.h index 1e88c13..1d81588 100644 --- a/code/unix/unix_glw.h +++ b/code/unix/unix_glw.h @@ -19,7 +19,7 @@ along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ -#if !( defined __linux__ || defined __FreeBSD__ || defined __sun) +#if !( defined __linux__ || defined __FreeBSD__ || defined __sun || defined MACOS_X ) #error You should include this file only on Linux/FreeBSD/Solaris platforms #endif |