summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-15 16:16:56 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-15 16:16:56 +0200
commit570c743fcd610aa824c91ed0003ffe737477c6f6 (patch)
treec767a7ca8495db5a76e9ab05935c505c6e338fd2
parent0bcc96406d187ce2907b05bd54c71ec7ef4085ed (diff)
this is no issue anymore (nw)
-rw-r--r--src/osd/sdl/sdlinc.h3
1 files changed, 0 insertions, 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 <SDL2/SDL.h>
#include <SDL2/SDL_version.h>
-// on win32 this includes windows.h by itself and breaks us!
-#ifndef SDLMAME_WIN32
#include <SDL2/SDL_syswm.h>
-#endif
#endif