Fix for DRC, thanks Vas (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-27 16:24:07 +01:00
parent fdd61e7569
commit a24c492c6b

View file

@ -267,6 +267,11 @@ if _OPTIONS["osd"]=="windows" then
forcedincludes {
MAME_DIR .. "src/osd/windows/winprefix.h"
}
configuration { "x64" }
defines {
"X64_WINDOWS_ABI",
}
configuration { }
elseif _OPTIONS["osd"]=="sdl" then
forcedincludes {
MAME_DIR .. "src/osd/sdl/sdlprefix.h"