From 570c743fcd610aa824c91ed0003ffe737477c6f6 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 15 Apr 2016 16:16:56 +0200 Subject: [PATCH] this is no issue anymore (nw) --- src/osd/sdl/sdlinc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/osd/sdl/sdlinc.h b/src/osd/sdl/sdlinc.h index 47ead42c0cf..03bd37874ca 100644 --- a/src/osd/sdl/sdlinc.h +++ b/src/osd/sdl/sdlinc.h @@ -5,9 +5,6 @@ #include #include -// on win32 this includes windows.h by itself and breaks us! -#ifndef SDLMAME_WIN32 #include -#endif #endif