From caf6151bba4f0bc6956a45173f49cb056cf59bb4 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 5 Jul 2005 20:51:54 +0000 Subject: Last modifications for Actions to WinCE. svn-id: r18500 --- base/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/engine.cpp b/base/engine.cpp index 43e51b54e1..9560f48b41 100644 --- a/base/engine.cpp +++ b/base/engine.cpp @@ -86,7 +86,7 @@ void Engine::initCommonGFX(GameDetector &detector) { } void Engine::checkCD() { -#ifdef WIN32 +#if defined (WIN32) && !defined(_WIN32_WCE) // It is a known bug under Windows that games that play CD audio cause // ScummVM to crash if the data files are read from the same CD. Check // if this appears to be the case and issue a warning. -- cgit v1.2.3