From f2b9f7bb76c041825bef1dcee3abf17d923898da Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 10 Nov 2019 16:34:25 +0000 Subject: BACKENDS: Remove the Windows CE port --- backends/graphics/sdl/sdl-graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics/sdl') diff --git a/backends/graphics/sdl/sdl-graphics.h b/backends/graphics/sdl/sdl-graphics.h index d67557be2b..24c6d37d88 100644 --- a/backends/graphics/sdl/sdl-graphics.h +++ b/backends/graphics/sdl/sdl-graphics.h @@ -31,7 +31,7 @@ class SdlEventSource; -#if !defined(_WIN32_WCE) && !defined(__SYMBIAN32__) +#ifndef __SYMBIAN32__ #define USE_OSD 1 #endif -- cgit v1.2.3