https://bugs.winehq.org/show_bug.cgi?id=46676
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Serial ports currently aren't enumerated in setupapi, yes. I think they certainly could be, though. I'd try taking a stab at it myself, but I don't have any serial hardware to test with.
Looking at the discussion mentioned (https://www.winehq.org/pipermail/wine-devel/2009-February/073133.html), I'm a little bothered by the suggested uses of wine_dlopen(); it certainly can't be loaded the normal way, but surely the proper way is to compile as a winelib application, and thus link to libwine directly? Or is this also infeasible for some reason?