On Mon Aug 19 17:56:38 2024 +0000, Elizabeth Figura wrote:
Is this testable?
If you're asking about adding wine tests - it's possible to write tests that will fail on Wine (the easiest way of doing it is to use default administrative shares like e.g. `\127.0.0.1\c$...`). We can't really add tests that will work with wine without implementing additional features.
If you're asking about an easy way of testing Wine manually - setup the share by creating $WINEPREFIX/dosdevices/unc/SHARE directory, put sample.dll there and call `LoadLibraryW(L"\\SHARE\sample.dll")`.