From d5581057e1455d64b2f927f038adbbf70ff89fce Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Tue, 22 Nov 2011 14:21:24 +0000 Subject: [PATCH] (nw) --- src/osd/sdl/sdlmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/sdl/sdlmain.c b/src/osd/sdl/sdlmain.c index 910b493a536..47d5ba8bcd4 100644 --- a/src/osd/sdl/sdlmain.c +++ b/src/osd/sdl/sdlmain.c @@ -2,7 +2,7 @@ // // sdlmain.c - main file for SDLMAME. // -// Copyright (c) 1996-2011, Nicola Salmoria and the MAME Team. +// Copyright (c) 1996-2012, Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // // SDLMAME by Olivier Galibert and R. Belmont @@ -24,7 +24,7 @@ #endif // standard includes -#ifdef MESS +#if !defined(SDLMAME_WIN32) && !defined(SDLMAME_OS2) #include #endif