From 07c7cdef1fa83c13d5ccb3f9211a3606bb3ed273 Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 18 Jan 2005 14:58:56 +0000 Subject: [PATCH] add desc logging --- xwords4/symbian/inc/symutil.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xwords4/symbian/inc/symutil.h b/xwords4/symbian/inc/symutil.h index 16c77dc3a..5a8ef1862 100644 --- a/xwords4/symbian/inc/symutil.h +++ b/xwords4/symbian/inc/symutil.h @@ -27,5 +27,10 @@ void symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const TDesC16& desc ); void symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const XP_UCHAR* str ); +#ifdef DEBUG +void XP_LOGDESC16( const TDesC16* desc ); +#else +# define XP_LOGDESC16(d) +#endif #endif