https://bugs.winehq.org/show_bug.cgi?id=40630
--- Comment #2 from Robert Walker bob.mt.wya@gmail.com --- Created attachment 54501 --> https://bugs.winehq.org/attachment.cgi?id=54501 Windows C Source (setupapi test case)
I wrote a little Windows setupapi C application test case. It just tries to enumerate all the disk drives on a system and print the friendly names for them.
When compiled to a Windows executable it normally returns at least ONE drive result on a native Windows system. Under Wine this executable returns NO disk drive results.