On Mon Aug 19 17:57:54 2024 +0000, Piotr Caban wrote:
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")`.
Ah my bad, I misremembered \.\ as being a UNC path (which it technically may be, but it's DEVICE_PATH, not UNC_PATH).