mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
some compilers have trouble with this (nw)
This commit is contained in:
parent
45522916d3
commit
41cfcb26c4
@ -91,8 +91,6 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
extern "C" {
|
||||
#else
|
||||
{
|
||||
#endif
|
||||
struct osd_gl_dispatch
|
||||
{
|
||||
@ -100,7 +98,9 @@
|
||||
#include "osd_opengl.h"
|
||||
#undef GET_GLFUNC
|
||||
};
|
||||
}
|
||||
#ifdef _MSC_VER
|
||||
}
|
||||
#endif
|
||||
|
||||
#undef OSD_GL
|
||||
#undef OSD_GL_UNUSED
|
||||
|
Loading…
Reference in New Issue
Block a user