diff options
Diffstat (limited to 'src/osd/modules/opengl/osd_opengl.h')
-rw-r--r-- | src/osd/modules/opengl/osd_opengl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/opengl/osd_opengl.h b/src/osd/modules/opengl/osd_opengl.h index a0084ebdb6d..0113694951d 100644 --- a/src/osd/modules/opengl/osd_opengl.h +++ b/src/osd/modules/opengl/osd_opengl.h @@ -22,9 +22,9 @@ #else #include "GL/gl.h" #include "GL/glext.h" - #endif - #ifndef USE_DISPATCH_GL - #include "GL/wglext.h" + #ifndef USE_DISPATCH_GL + #include "GL/wglext.h" + #endif #endif #else #if (SDLMAME_SDL2) |