From 63acb55b18f024db74fd9a7eedbf3137922630c4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 11 Aug 2013 17:32:29 +0000 Subject: Remove Windows CE support. What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615 --- opl/opl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'opl') diff --git a/opl/opl.c b/opl/opl.c index 6d0e16db..4f88c53b 100644 --- a/opl/opl.c +++ b/opl/opl.c @@ -28,10 +28,6 @@ #include #include -#ifdef _WIN32_WCE -#include "libc_wince.h" -#endif - #include "SDL.h" #include "opl.h" -- cgit v1.2.3