-
Notifications
You must be signed in to change notification settings - Fork 10
Open
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)
Metadata
Metadata
Assignees
Labels
No labels