mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
missed one ce-specific struct. This makes it work on ce!
This commit is contained in:
parent
559662ea98
commit
323240fa6b
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
|
|||
XP_U8 nodeSize;
|
||||
|
||||
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
|
||||
if ( flags == 0x0002 ) {
|
||||
|
@ -544,7 +544,7 @@ closeMappedFile( MPFORMAL XP_U8* base, HANDLE mappedFile )
|
|||
|
||||
static XP_Bool
|
||||
checkIfDictAndLegal( MPFORMAL wchar_t* path, XP_U16 pathLen,
|
||||
WIN32_FIND_DATA* data )
|
||||
DH(WIN32_FIND_DATA)* data )
|
||||
{
|
||||
XP_Bool result = XP_FALSE;
|
||||
wchar_t* name = data->cFileName;
|
||||
|
|
Loading…
Reference in a new issue