From 570d157ff336d62f3e1c9435ebe1c13ed8332c08 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 8 Jul 2009 07:13:56 +0000 Subject: The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENABLE_* checks to sjis.cpp to fix compilation under MSVC svn-id: r42257 --- graphics/sjis.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'graphics/sjis.h') diff --git a/graphics/sjis.h b/graphics/sjis.h index f7321742af..c7eeeed9f6 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -22,14 +22,6 @@ * $Id$ */ -// The code in this file is currently only used in KYRA and SCI. -// So if neither of those is enabled, we will skip compiling it. -// If you plan to use this code in another engine, you will have -// to add the proper define check here. -// Also please add the define check at the comment after the -// matching #endif further down this file. -#if defined(ENABLE_KYRA) || defined(ENABLE_SCI) - #ifndef GRAPHICS_SJIS_H #define GRAPHICS_SJIS_H @@ -131,5 +123,3 @@ private: #endif -#endif // defined(ENABLE_KYRA) || defined(ENABLE_SCI) - -- cgit v1.2.3