Mercurial > sdl-ios-xcode
diff include/SDL_syswm.h @ 94:ae6e6b73333f
Cleaned up the OpenBSD port, thanks to Peter Valchev
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 08 Jul 2001 09:00:06 +0000 |
parents | 13ae3bc6e39a |
children | b8688cfdc232 |
line wrap: on
line diff
--- a/include/SDL_syswm.h Sat Jul 07 23:27:29 2001 +0000 +++ b/include/SDL_syswm.h Sun Jul 08 09:00:06 2001 +0000 @@ -49,7 +49,7 @@ #else /* This is the structure for custom window manager events */ -#if (defined(unix) || defined(__unix__) || defined(_AIX)) && \ +#if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(__OpenBSD__)) && \ (!defined(DISABLE_X11) && !defined(__CYGWIN32__)) /* AIX is unix, of course, but the native compiler CSet doesn't define unix */ #include <X11/Xlib.h>