mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
missed one ce-specific struct. This makes it work on ce!
This commit is contained in:
parent
3ef2bf9c8e
commit
9f42faee6d
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
|
||||||
XP_U8 nodeSize;
|
XP_U8 nodeSize;
|
||||||
|
|
||||||
flags = n_ptr_tohs( &ptr );
|
flags = n_ptr_tohs( &ptr );
|
||||||
XP_DEBUGF( "ce_dictionary_make: flags=0x%x", flags );
|
XP_DEBUGF( "%s: flags=0x%x", __FUNCTION__, flags );
|
||||||
|
|
||||||
#ifdef NODE_CAN_4
|
#ifdef NODE_CAN_4
|
||||||
if ( flags == 0x0002 ) {
|
if ( flags == 0x0002 ) {
|
||||||
|
@ -544,7 +544,7 @@ closeMappedFile( MPFORMAL XP_U8* base, HANDLE mappedFile )
|
||||||
|
|
||||||
static XP_Bool
|
static XP_Bool
|
||||||
checkIfDictAndLegal( MPFORMAL wchar_t* path, XP_U16 pathLen,
|
checkIfDictAndLegal( MPFORMAL wchar_t* path, XP_U16 pathLen,
|
||||||
WIN32_FIND_DATA* data )
|
DH(WIN32_FIND_DATA)* data )
|
||||||
{
|
{
|
||||||
XP_Bool result = XP_FALSE;
|
XP_Bool result = XP_FALSE;
|
||||||
wchar_t* name = data->cFileName;
|
wchar_t* name = data->cFileName;
|
||||||
|
|
Loading…
Reference in a new issue