mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix linux compile.
This commit is contained in:
parent
a9c8d3c448
commit
3ab596e445
@ -8,7 +8,6 @@
|
||||
// by chain.h and read by chainreader.h
|
||||
//
|
||||
//============================================================
|
||||
|
||||
// TODO: RH 10 Apr. 2016 12:43 - hire assassin to deal with team member who made this #include chicanery necessary
|
||||
#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS)
|
||||
// standard windows headers
|
||||
@ -17,8 +16,9 @@
|
||||
#if defined(SDLMAME_WIN32)
|
||||
#include <SDL2/SDL_syswm.h>
|
||||
#endif
|
||||
#else
|
||||
#include "sdlinc.h"
|
||||
//#else
|
||||
//#include "sdlinc.h"
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
#include "emu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user