enthought / pywin32-ctypes

A (partial) reimplementation of pywin32 in pure python
Other
18 stars 9 forks source link

EnumResourceTypes result is not right #21

Closed itziakos closed 9 years ago

itziakos commented 9 years ago

in pywin32 the EnumResourceTypes method a list of resource_types where each item is either a name (i.e. str) of a type_id (i.e. int). The ctypes implementation does not perform the right checks and will always return an int.

itziakos commented 9 years ago

This is also wrong for EnumResourceNames

itziakos commented 9 years ago

And EnumResourceLanguages