mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
move CE_MAXDICTS to header
This commit is contained in:
parent
22e6ddde2a
commit
7d60d05436
2 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,6 @@ static XP_Bool checkIfDictAndLegal( MPFORMAL wchar_t* path, XP_U16 pathLen,
|
||||||
static XP_Bool findAlternateDict( CEAppGlobals* globals, wchar_t* dictName );
|
static XP_Bool findAlternateDict( CEAppGlobals* globals, wchar_t* dictName );
|
||||||
|
|
||||||
#define ALIGN_COUNT 2
|
#define ALIGN_COUNT 2
|
||||||
#define CE_MAXDICTS 0x7FFF
|
|
||||||
|
|
||||||
DictionaryCtxt*
|
DictionaryCtxt*
|
||||||
ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
|
ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#include "cemain.h"
|
#include "cemain.h"
|
||||||
|
|
||||||
#define CE_MAX_PATH_LEN 256
|
#define CE_MAX_PATH_LEN 256
|
||||||
|
#define CE_MAXDICTS 0x7FFF
|
||||||
|
|
||||||
typedef struct CEBitmapInfo {
|
typedef struct CEBitmapInfo {
|
||||||
XP_U8* bits;
|
XP_U8* bits;
|
||||||
|
|
Loading…
Reference in a new issue