Re: [PATCH] [WinHelp]: fix regression introduced by Dmitry's Win64 warning fixes

2008-04-16 Thread Eric Pouech
> > > This won't work on 64-bit. If the hash really needs to be signed (why?) > you need some extra casts. signed comparison is needed below for finding the key in the btree currently, most of the navigation in hlp files is broken because of this patch A+ > -- > Alexandre Julliard > [EMAIL PROT

Re: [PATCH] [WinHelp]: fix regression introduced by Dmitry's Win64 warning fixes

2008-04-16 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > index 8181469..bf942a4 100644 > --- a/programs/winhelp/hlpfile.c > +++ b/programs/winhelp/hlpfile.c > @@ -158,8 +158,8 @@ HLPFILE_PAGE *HLPFILE_PageByOffset(HLPFILE* hlpfile, LONG > offset) > static int comp_PageByHash(void *p, const void *key, >