On Mon Jan 29 19:08:13 2024 +0000, Jinoh Kang wrote:
Can `get_object_mapping` ever fail (except `no_object_mapping`)? If we allow it to fail, should we distinguish this case by making `open_object_mapping` return a boolean instead and returning the mapping via some pass-by-ref out pointer?
I don't think it's worth adding error paths, it's only meant for Wine internal usage, and we should be able to consider that it's either supposed to return a mapping, or not, but never "fail".