Closed itziakos closed 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.
This is also wrong for EnumResourceNames
And EnumResourceLanguages
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.