fix release build compile error.

This commit is contained in:
ehouse 2008-11-06 06:30:30 +00:00
parent e26a01dd62
commit 455940731d

View file

@ -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;