mame/scripts/src/osd
Olivier Galibert a2557f1b02 Remove emu.h from headers (nw)
Per Vas' request.  If the compile fails for you (i'm thinking osx and
windows native debuggers here in particular), add '#include "emu.h"'
as first include of the cpp files that fail.

Due to our use of precompilation and forced inclusion, emu.h must be
included as the very first non-comment thing we do if we want to be
sure msvc compiles are identical to gcc/clang ones.  Doing it directly
instead of through an include increases the correctness probability by
a magnitude.
2017-02-11 18:31:20 +01:00
..
modules.lua Remove emu.h from headers (nw) 2017-02-11 18:31:20 +01:00
sdl_cfg.lua Move special windows.h include directives to build defines (nw) 2016-12-28 15:07:28 -05:00
sdl.lua comma (nw) 2017-01-23 19:42:19 +11:00
uwp_cfg.lua Move special windows.h include directives to build defines (nw) 2016-12-28 15:07:28 -05:00
uwp.lua srcclean (nw) 2016-11-27 09:56:49 +11:00
windows_cfg.lua Move special windows.h include directives to build defines (nw) 2016-12-28 15:07:28 -05:00
windows.lua Add Lua-cleaning ability to srcclean 2016-08-30 14:57:38 +10:00