"Greg Ewing" <greg.ew...@canterbury.ac.nz> wrote in message 
news:4d7401e6.2070...@canterbury.ac.nz...
> Roger Upole wrote:
>
>> The conversion in win32ui has changed since 212.  At one time it
>> was negating the height that was passed in:
>>
>> if (PyInt_Check (v))
>>     pLF->lfHeight = -PyInt_AsLong(v);
>
> Ah, that explains it all!
>
>> You can also extract the version embedded in the pyd's using
>> win32api.GetFileVersionInfo.
>
> That sounds great, thanks.
>
> Do you happen to know exactly which version the change was
> made in, so I can get the version test right?
>
> -- 
> Greg

213 was the first build without the negation.

       Roger



_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to