BACKENDS: Remove the Windows CE port

This commit is contained in:
Cameron Cawley 2019-11-10 16:34:25 +00:00 committed by Eugene Sandulenko
parent c5a5e0f68a
commit f2b9f7bb76
92 changed files with 30 additions and 8149 deletions

View file

@ -22,7 +22,7 @@
#include "common/scummsys.h"
#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND) && !defined(_WIN32_WCE)
#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND)
#include "backends/plugins/sdl/sdl-provider.h"
#include "backends/plugins/dynamic-plugin.h"