| 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 |
| r244715 | r244716 | |
|---|---|---|
| 22 | 22 | #include "GL/gl.h" |
| 23 | 23 | #include "GL/glext.h" |
| 24 | 24 | #endif |
| 25 | #ifndef USE_DISPATCH_GL | |
| 26 | #include "GL/wglext.h" | |
| 27 | #endif | |
| 25 | 28 | #else |
| 26 | 29 | #if (SDLMAME_SDL2) |
| 27 | 30 | #include <SDL2/SDL_version.h> |
| r244715 | r244716 | |
|---|---|---|
| 34 | 34 | |
| 35 | 35 | #ifdef OSD_WINDOWS |
| 36 | 36 | #define SDLMAME_SDL2 1 |
| 37 | #ifndef USE_DISPATCH_GL | |
| 38 | #include "GL/wglext.h" | |
| 39 | 37 | #endif |
| 40 | #endif | |
| 41 | 38 | |
| 42 | 39 | // OpenGL headers |
| 43 | 40 | #include "modules/opengl/osd_opengl.h" |
| https://github.com/mamedev/mame/commit/fddd44793ccf55cda534bcc8dc2b209c46395545 |
| Previous | 199869 Revisions | Next |