Previous 199869 Revisions Next

r36869 Wednesday 1st April, 2015 at 08:27:34 UTC by Miodrag Milanović
MSVC build fix (nw)
[scripts/src/osd]windows.lua
[src/osd/modules/opengl]osd_opengl.h

trunk/scripts/src/osd/windows.lua
r245380r245381
44function maintargetosdoptions(_target)
55   osdmodulestargetconf()
66
7   linkoptions {
8      "-municode",
9   }
7   configuration { "mingw*" }
8      linkoptions {
9         "-municode",
10      }
1011
12   configuration { }
13
1114   if _OPTIONS["DIRECTINPUT"] == "8" then
1215      links {
1316         "dinput8",
trunk/src/osd/modules/opengl/osd_opengl.h
r245380r245381
2222      #else
2323         #include "GL/gl.h"
2424         #include "GL/glext.h"
25         #ifndef USE_DISPATCH_GL
26         #include "GL/wglext.h"
27         #endif
2528      #endif
26      #ifndef USE_DISPATCH_GL
27      #include "GL/wglext.h"
28      #endif
2929   #else
3030   #if (SDLMAME_SDL2)
3131   #include <SDL2/SDL_version.h>


Previous 199869 Revisions Next


© 1997-2024 The MAME Team