mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Just another one for Peter. (nw)
This commit is contained in:
parent
d12a414b7c
commit
fddd44793c
@ -22,6 +22,9 @@
|
||||
#include "GL/gl.h"
|
||||
#include "GL/glext.h"
|
||||
#endif
|
||||
#ifndef USE_DISPATCH_GL
|
||||
#include "GL/wglext.h"
|
||||
#endif
|
||||
#else
|
||||
#if (SDLMAME_SDL2)
|
||||
#include <SDL2/SDL_version.h>
|
||||
|
@ -34,9 +34,6 @@
|
||||
|
||||
#ifdef OSD_WINDOWS
|
||||
#define SDLMAME_SDL2 1
|
||||
#ifndef USE_DISPATCH_GL
|
||||
#include "GL/wglext.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// OpenGL headers
|
||||
|
Loading…
Reference in New Issue
Block a user