Re: PATCH: dlls/oleaut32/variant.c -- minor fix

2003-11-09 Thread Gerald Pfeifer
On Sat, 8 Nov 2003, Dimitrie O. Paun wrote: >> +#if USHRT_MAX > DATE_MAX >> if( uiIn > DATE_MAX ) > Please find a non-#if solution. It's too minor to justify > the resulting ugliness. I think you'll like the variant of the patch Alexandre committed last night. :-) Gerald -- Gerald Pfeife

Re: PATCH: dlls/oleaut32/variant.c -- minor fix

2003-11-08 Thread Dimitrie O. Paun
On November 8, 2003 05:47 am, Gerald Pfeifer wrote: > +#if USHRT_MAX > DATE_MAX > if( uiIn > DATE_MAX ) Please find a non-#if solution. It's too minor to justify the resulting ugliness. -- Dimi.