mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add desc logging
This commit is contained in:
parent
02a299a73f
commit
1d2c8664f7
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 TDesC16& desc );
|
||||||
void symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const XP_UCHAR* str );
|
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
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue