Previous 199869 Revisions Next

r36204 Monday 2nd March, 2015 at 22:21:05 UTC by Couriersud
Just another one for Peter. (nw)
[src/osd/modules/opengl]osd_opengl.h
[src/osd/modules/render]drawogl.c

trunk/src/osd/modules/opengl/osd_opengl.h
r244715r244716
2222         #include "GL/gl.h"
2323         #include "GL/glext.h"
2424      #endif
25      #ifndef USE_DISPATCH_GL
26      #include "GL/wglext.h"
27      #endif
2528   #else
2629   #if (SDLMAME_SDL2)
2730   #include <SDL2/SDL_version.h>
trunk/src/osd/modules/render/drawogl.c
r244715r244716
3434
3535#ifdef OSD_WINDOWS
3636#define SDLMAME_SDL2 1
37#ifndef USE_DISPATCH_GL
38#include "GL/wglext.h"
3937#endif
40#endif
4138
4239// OpenGL headers
4340#include "modules/opengl/osd_opengl.h"


Previous 199869 Revisions Next


© 1997-2024 The MAME Team