move CE_MAXDICTS to header

This commit is contained in:
ehouse 2006-04-30 19:45:48 +00:00
parent 22e6ddde2a
commit 7d60d05436
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -23,6 +23,7 @@
#include "cemain.h"
#define CE_MAX_PATH_LEN 256
#define CE_MAXDICTS 0x7FFF
typedef struct CEBitmapInfo {
XP_U8* bits;