mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
fix release build compile error.
This commit is contained in:
parent
5cb97bf636
commit
cfc00206c1
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ matchShortName( const wchar_t* wPath, XP_U16 XP_UNUSED(index), void* ctxt )
|
|||
* look.
|
||||
*/
|
||||
static XP_Bool
|
||||
findAlternateDict( CEAppGlobals* XP_UNUSED_DBG(globals), wchar_t* path )
|
||||
findAlternateDict( CEAppGlobals* globals, wchar_t* path )
|
||||
{
|
||||
wchar_t shortPath[CE_MAX_PATH_LEN+1];
|
||||
FindOneData data;
|
||||
|
|
Loading…
Add table
Reference in a new issue