From e99c3387268c9b4b11d04dcdf9c050a7ff8977ac Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 25 Feb 2005 03:36:51 +0000 Subject: [PATCH] don't define XWORDS_DIR --- symbian/inc/xptypes.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/symbian/inc/xptypes.h b/symbian/inc/xptypes.h index c202c6e14..ae936dc41 100644 --- a/symbian/inc/xptypes.h +++ b/symbian/inc/xptypes.h @@ -37,10 +37,6 @@ extern "C" { #endif -#ifndef XWORDS_DIR -# define XWORDS_DIR "xwords_80" -#endif - #define XP_TRUE ((XP_Bool)(1==1)) #define XP_FALSE ((XP_Bool)(1==0))