mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +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 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…
Add table
Reference in a new issue