diff options
author | 2015-03-30 20:30:18 +0200 | |
---|---|---|
committer | 2015-03-30 20:30:18 +0200 | |
commit | de541d79eea8f7527ff33440f6081474606738e3 (patch) | |
tree | 459ce3fb21267b71553e0ca9360213855ed79b40 /src/osd/sdl/watchdog.c | |
parent | 4e89e12e0269fb31b157d5064799985a730c0877 (diff) |
removed windows/osinline.h and placed MSVC dependent files in top folder (nw)
moved MSVC defines from winprefix.h to osdcomm.h
removed empty file compilation - porttime.c
removed osinline.h in windows and sdl and change files using them.
Diffstat (limited to 'src/osd/sdl/watchdog.c')
-rw-r--r-- | src/osd/sdl/watchdog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/osd/sdl/watchdog.c b/src/osd/sdl/watchdog.c index d8456cdb15a..fa7ead22224 100644 --- a/src/osd/sdl/watchdog.c +++ b/src/osd/sdl/watchdog.c @@ -11,11 +11,7 @@ #include "osdcomm.h" #include "osdcore.h" -#ifdef SDLMAME_NOASM #include "eminline.h" -#else -#include "osinline.h" -#endif #include "watchdog.h" #include "modules/lib/osdlib.h" |