http://bugs.winehq.org/show_bug.cgi?id=21023
--- Comment #6 from Austin English austinenglish@gmail.com 2012-04-02 00:26:20 CDT --- In 1.5.1, nothing is printed, and the return value is 1.
Added some printf's, it's failing at this call: HKEY KeyDevice; DWORD len = MAX_NAME_PORTS;
if (!SetupDiEnumDeviceInfo(DeviceInfoSet,numDev,&DeviceInfoData)) { SetupDiDestroyDeviceInfoList(DeviceInfoSet); return 1; }