mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
add desc logging
This commit is contained in:
parent
f619cc9434
commit
07c7cdef1f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue