Previous 199869 Revisions Next

r36444 Monday 16th March, 2015 at 09:29:26 UTC by Miodrag Milanović
some compilers have trouble with this (nw)
[src/osd/modules/opengl]osd_opengl.h

trunk/src/osd/modules/opengl/osd_opengl.h
r244955r244956
9191
9292#ifdef _MSC_VER
9393   extern "C" {
94#else
95   {
9694#endif
9795      struct osd_gl_dispatch
9896      {
r244955r244956
10098         #include "osd_opengl.h"
10199         #undef GET_GLFUNC
102100      };
103   }
101#ifdef _MSC_VER
102    }
103#endif
104104
105105   #undef OSD_GL
106106   #undef OSD_GL_UNUSED


Previous 199869 Revisions Next


© 1997-2024 The MAME Team