Fix linux compile.

This commit is contained in:
couriersud 2016-04-10 01:46:41 +02:00
parent a9c8d3c448
commit 3ab596e445

View File

@ -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"