From cb87a9bdac839ddf63942b3882e3a2ae4f99d50b Mon Sep 17 00:00:00 2001 From: rani_sharoni Date: Tue, 19 Aug 2003 10:58:14 +0000 Subject: [PATCH] fix bug 787388 git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@129 7ec92016-0320-0410-acc4-a06ded1c099a --- LokiTypeInfo.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/LokiTypeInfo.h b/LokiTypeInfo.h index a13faf2..c4ee2cc 100644 --- a/LokiTypeInfo.h +++ b/LokiTypeInfo.h @@ -6,21 +6,21 @@ //////////////////////////////// #ifdef LOKI_USE_REFERENCE -# include "Reference/LokiTypeInfo.h" +# include "Reference/LokiTypeInfo.h" #else -# if (__INTEL_COMPILER) -# include "Reference/LokiTypeInfo.h" -# elif (__MWERKS__) -# include "Reference/LokiTypeInfo.h" -# elif (__BORLANDC__ >= 0x560) -# include "Borland/LokiTypeInfo.h" -# elif (_MSC_VER >= 1301) -# include "Borland/LokiTypeInfo.h" -# elif (_MSC_VER >= 1300) -# include "MSVC/1300/LokiTypeInfo.h" -# elif (_MSC_VER >= 1200) -# include "MSVC/1200/LokiTypeInfo.h" -# else -# include "Reference/LokiTypeInfo.h" -# endif +# if (__INTEL_COMPILER) +# include "Reference/LokiTypeInfo.h" +# elif (__MWERKS__) +# include "Reference/LokiTypeInfo.h" +# elif (__BORLANDC__ >= 0x560) +# include "Borland/LokiTypeInfo.h" +# elif (_MSC_VER >= 1301) +# include "Reference/LokiTypeInfo.h" +# elif (_MSC_VER >= 1300) +# include "MSVC/1300/LokiTypeInfo.h" +# elif (_MSC_VER >= 1200) +# include "MSVC/1200/LokiTypeInfo.h" +# else +# include "Reference/LokiTypeInfo.h" +# endif #endif