https://bugs.winehq.org/show_bug.cgi?id=54015
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Bernat Arlandis from comment #2)
(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.
It would be helpful if you could name the application, particularly if source is available.