This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, pitrou
Date 2010-09-07.11:15:49
SpamBayes Score 0.01135219
Marked as misclassified No
Message-id <1283858151.8.0.440353059252.issue9784@psf.upfronthosting.co.za>
In-reply-to
Content
FNFCIREAD &co are macros to help the definition of callback functions:
http://msdn.microsoft.com/en-us/library/ff797940.aspx

"hf" is defined as INT_PTR, but the value it receives is the result of FNFCIOPEN(), which fits in int.
It is safe to cast "hf" to an int if you want to disable the warning.
History
Date User Action Args
2010-09-07 11:15:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, pitrou
2010-09-07 11:15:51amaury.forgeotdarcsetmessageid: <1283858151.8.0.440353059252.issue9784@psf.upfronthosting.co.za>
2010-09-07 11:15:50amaury.forgeotdarclinkissue9784 messages
2010-09-07 11:15:49amaury.forgeotdarccreate