mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
fix windows compile (nw)
This commit is contained in:
parent
a2557f1b02
commit
aa83c19e77
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "debug_module.h"
|
||||
#include "modules/osdmodule.h"
|
||||
|
||||
@ -23,7 +24,6 @@
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
#include "emu.h"
|
||||
#include "debugger.h"
|
||||
#include "debug/debugcpu.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "consolewininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "debugbaseinfo.h"
|
||||
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "debugviewinfo.h"
|
||||
|
||||
#include "debugwininfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "debugwininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "disasmbasewininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "disasmviewinfo.h"
|
||||
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "disasmwininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "editwininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "logwininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "memoryviewinfo.h"
|
||||
|
||||
#include "debug/dvmemory.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "memorywininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "pointswininfo.h"
|
||||
|
||||
#include "debugviewinfo.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "uimetrics.h"
|
||||
|
||||
#include "strconv.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//====================================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "diagnostics_module.h"
|
||||
|
||||
#if defined(OSD_WINDOWS) || defined(SDLMAME_WIN32)
|
||||
|
@ -5,6 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "modules/osdmodule.h"
|
||||
#include "monitor_module.h"
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "modules/osdmodule.h"
|
||||
#include "monitor_module.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgdi.h"
|
||||
#include "rendersw.hxx"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user