enthought / enthought/pywin32-ctypes

Some problems with wine on linux

Open
#59 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
23
Forks
11
PR merge metrics
No merged PRs in 30d

Description

It looks that there are incompatibilities with the wine implementations of

- EnumResourceTypesW -- When there are no resource types to enumerate the function instead of True will return False (see https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resource.c#L250)
- BeginUpdateResourceW -- will return a Null handle if the filename is invalid but will not set a proper errorno (https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resource.c#L1655))
- EndUpdateResourceW -- will return False if the handle is invalid but will not set a proper errorno(https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resource.c#L1715)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.