[New-bugs-announce] [issue4895] Missing strdup() under MS Windows CE

Ulrich Eckhardt report at bugs.python.org
Fri Jan 9 15:15:04 CET 2009


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

CE6 doesn't provide strdup() but provides an equivalent _strdup() in
stdlib.h. The attached patch simply #defines strdup _strdup after
including said header file.

----------
components: Interpreter Core
files: python-2.7-wince-strdup.0.patch
keywords: patch
messages: 79469
nosy: eckhardt
severity: normal
status: open
title: Missing strdup() under MS Windows CE
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file12666/python-2.7-wince-strdup.0.patch

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


More information about the New-bugs-announce mailing list