mirror of
https://github.com/holub/mame
synced 2025-06-27 06:39:03 +03:00
Fix stray space char in osd_opengl.h
This commit is contained in:
parent
0eabc89663
commit
fd6cf3c18b
@ -21,7 +21,7 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "GL/GL.h"
|
#include "GL/GL.h"
|
||||||
#include "bgfx/3rdparty/khronos/gl/glext.h "
|
#include "bgfx/3rdparty/khronos/gl/glext.h"
|
||||||
#ifndef USE_DISPATCH_GL
|
#ifndef USE_DISPATCH_GL
|
||||||
#include "bgfx/3rdparty/khronos/wgl/wglext.h"
|
#include "bgfx/3rdparty/khronos/wgl/wglext.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user