https://bugs.winehq.org/show_bug.cgi?id=54015
--- Comment #2 from Bernat Arlandis berarma@hotmail.com --- (In reply to Fabian Maurer from comment #1)
If I'm not completely wrong, making a winelib application allows you to use windows functions and unix functions at the same time. Would that be a solution?
Say I want to port a Python application that is already fully cross-platform except for the incompatible mmap calls. This is a real case we are trying to solve.
Writting a new application when there's already one that works isn't a good solution.
Is there a way we could use winelib from Python? I need to see an example of the Python lines above ported to Winelib using Python if possible.