[ python-Bugs-1726026 ] Typo in ctypes.wintypes definition of WIN32_FIND_DATA field

SourceForge.net noreply at sourceforge.net
Tue May 29 05:35:33 CEST 2007


Bugs item #1726026, was opened at 2007-05-26 18:38
Message generated for change (Comment added) made by quiver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1726026&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Koby Kahane (kobyk)
>Assigned to: Thomas Heller (theller)
Summary: Typo in ctypes.wintypes definition of WIN32_FIND_DATA field

Initial Comment:
In ctypes/wintypes.py, the ANSI and Unicode versions of the Win32 WIN32_FIND_DATA structure are defined.
Both definitions share a typo in the definition of the last field. It is incorrectly spelled as "cAlternameFileName" when it should be "cAlternateFileName" as per the Windows SDK definition of the structure.


----------------------------------------------------------------------

>Comment By: George Yoshida (quiver)
Date: 2007-05-29 12:35

Message:
Logged In: YES 
user_id=671362
Originator: NO

Thomas, can you take a look?
The reporter seems to be correct.

http://msdn2.microsoft.com/en-us/library/aa365740.aspx

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1726026&group_id=5470


More information about the Python-bugs-list mailing list