From 323240fa6b53faa89572f5b502b45a328ec22056 Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 31 Jan 2006 06:41:49 +0000 Subject: [PATCH] missed one ce-specific struct. This makes it work on ce! --- xwords4/wince/cedict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/wince/cedict.c b/xwords4/wince/cedict.c index 37f598a42..3510b093d 100755 --- a/xwords4/wince/cedict.c +++ b/xwords4/wince/cedict.c @@ -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;