diff --git a/xwords4/wince/cedict.c b/xwords4/wince/cedict.c index 843e8c41a..b76596716 100755 --- a/xwords4/wince/cedict.c +++ b/xwords4/wince/cedict.c @@ -49,7 +49,6 @@ static XP_Bool checkIfDictAndLegal( MPFORMAL wchar_t* path, XP_U16 pathLen, static XP_Bool findAlternateDict( CEAppGlobals* globals, wchar_t* dictName ); #define ALIGN_COUNT 2 -#define CE_MAXDICTS 0x7FFF DictionaryCtxt* ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName ) diff --git a/xwords4/wince/cedict.h b/xwords4/wince/cedict.h index a246f948b..4bb348ce4 100755 --- a/xwords4/wince/cedict.h +++ b/xwords4/wince/cedict.h @@ -23,6 +23,7 @@ #include "cemain.h" #define CE_MAX_PATH_LEN 256 +#define CE_MAXDICTS 0x7FFF typedef struct CEBitmapInfo { XP_U8* bits;