[New-bugs-announce] [issue4075] Use WCHAR variant of OutputDebugString

Ulrich Eckhardt report at bugs.python.org
Wed Oct 8 15:13:27 CEST 2008


New submission from Ulrich Eckhardt <eckhardt at satorlaser.com>:

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.

----------
components: Windows
files: Python-OutputDebugStringW.0.patch
keywords: patch
messages: 74527
nosy: eckhardt
severity: normal
status: open
title: Use WCHAR variant of OutputDebugString
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file11749/Python-OutputDebugStringW.0.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4075>
_______________________________________


More information about the New-bugs-announce mailing list