missed one ce-specific struct. This makes it work on ce!

This commit is contained in:
ehouse 2006-01-31 06:41:49 +00:00
parent 559662ea98
commit 323240fa6b

View file

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