29 Nov
2025
29 Nov
'25
6:15 p.m.
Esme Povirk (@madewokherd) commented about dlls/twaindsm/tests/dsm.c:
return; }
- htwain = LoadLibraryA("twain_32.dll"); + htwain = LoadLibraryA("twaindsm.dll"); if (! htwain) { - win_skip("twain_32.dll not available, skipping tests\n"); + win_skip("twaindsm.dll not available, skipping tests\n");
I hadn't thought about tests. Would it make sense to run the tests twice: once with twain_32 (on i386 only) and once with twaindsm? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9519#note_124235