mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix release build compile error.
This commit is contained in:
parent
e26a01dd62
commit
455940731d
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…
Reference in a new issue