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
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.
|
* look.
|
||||||
*/
|
*/
|
||||||
static XP_Bool
|
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];
|
wchar_t shortPath[CE_MAX_PATH_LEN+1];
|
||||||
FindOneData data;
|
FindOneData data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue