dxx-rebirth/common/arch
Kp 455ab60c4a Switch OGL extension include to <SDL.h>
The new OGL extension code included <SDL/SDL.h>, which works when the
SDL headers are installed in a directory named SDL and that directory is
in a system search directory.  Those conditions usually hold on Linux,
both for /usr/include and /usr/local/include.  However, non-Linux users
sometimes install SDL in other places.  Kreator reports that the OGL
build on OS X failed because his SDL headers were on the search path,
but not in a directory named SDL on the search path.  Switch the
include directive to an unqualified name to match other SDL includes.

Reported-by: kreatordxx <private mail>
Fixes: db267af6f2 ("add basic OpenGL extension handling")
2016-02-11 03:25:52 +00:00
..
carbon Fix prototype of Mac msgbox_warning 2014-11-30 17:03:54 +00:00
cocoa Uninline namespace dcx 2015-12-13 18:00:49 +00:00
ogl Switch OGL extension include to <SDL.h> 2016-02-11 03:25:52 +00:00
sdl Split key_toggle_repeat paths at compile time 2016-01-09 16:38:10 +00:00
win32 Uninline namespace dcx 2015-12-13 18:00:49 +00:00