Closed veeenu closed 8 months ago
As per https://github.com/microsoft/windows-rs/issues/1287, instantiating a windows::core::Error calls RoOriginateErrorW when a message is passed in. This is not available at the moment on Wine.
windows::core::Error
RoOriginateErrorW
Since now Wine compatibility is an explicit goal, this PR removes those calls. Running the library at all at the cost of slightly more opaque errors is a reasonable tradeoff.
As per https://github.com/microsoft/windows-rs/issues/1287, instantiating a
windows::core::Error
callsRoOriginateErrorW
when a message is passed in. This is not available at the moment on Wine.Since now Wine compatibility is an explicit goal, this PR removes those calls. Running the library at all at the cost of slightly more opaque errors is a reasonable tradeoff.