mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
MSVC build fix (nw)
This commit is contained in:
parent
ab50ffac9d
commit
ec0553414d
@ -4,9 +4,12 @@ dofile("modules.lua")
|
||||
function maintargetosdoptions(_target)
|
||||
osdmodulestargetconf()
|
||||
|
||||
linkoptions {
|
||||
"-municode",
|
||||
}
|
||||
configuration { "mingw*" }
|
||||
linkoptions {
|
||||
"-municode",
|
||||
}
|
||||
|
||||
configuration { }
|
||||
|
||||
if _OPTIONS["DIRECTINPUT"] == "8" then
|
||||
links {
|
||||
|
@ -22,9 +22,9 @@
|
||||
#else
|
||||
#include "GL/gl.h"
|
||||
#include "GL/glext.h"
|
||||
#endif
|
||||
#ifndef USE_DISPATCH_GL
|
||||
#include "GL/wglext.h"
|
||||
#ifndef USE_DISPATCH_GL
|
||||
#include "GL/wglext.h"
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#if (SDLMAME_SDL2)
|
||||
|
Loading…
Reference in New Issue
Block a user