some compilers have trouble with this (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-16 10:29:26 +01:00
parent 45522916d3
commit 41cfcb26c4

View File

@ -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