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 eckhardt
Recipients eckhardt
Date 2008-10-08.13:13:25
SpamBayes Score 4.3895957e-06
Marked as misclassified No
Message-id <1223471607.48.0.166278298943.issue4075@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch converts the call to OutputDebugString() with a
'TCHAR' parameter (which boils down to a 'char') to one using a 'WCHAR'
parameter, allowing the code to be compiled under MS Windows CE, which
doesn't have the 'char' version.
History
Date User Action Args
2008-10-08 13:13:27eckhardtsetrecipients: + eckhardt
2008-10-08 13:13:27eckhardtsetmessageid: <1223471607.48.0.166278298943.issue4075@psf.upfronthosting.co.za>
2008-10-08 13:13:26eckhardtlinkissue4075 messages
2008-10-08 13:13:26eckhardtcreate