Re: Validate imagelists

2002-12-24 Thread Dimitrie O. Paun
On December 24, 2002 02:27 pm, Duane Clark wrote: +if (himl == NULL || himl-magic!=IMAGELIST_MAGIC) What about a: static inline BOOL is_valid(HIMAGELIST himl) { return himl himl-magic == IMAGELIST_MAGIC; } -- Dimi.

Re: Validate imagelists

2002-12-24 Thread Andreas Mohr
On Tue, Dec 24, 2002 at 11:27:57AM -0800, Duane Clark wrote: Changelog: Validate imagelists with christmas magic. Huh ? Index: dlls/comctl32/imagelist.h === RCS file: /home/wine/wine/dlls/comctl32/imagelist.h,v retrieving