https://bugs.winehq.org/show_bug.cgi?id=57766 Bug ID: 57766 Summary: Win3_BIOS most likely should be Win32_BIOS instead Product: Wine Version: 10.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs(a)winehq.org Reporter: depaoli.renzo(a)gmail.com Distribution: --- wine-10.0-rc6/dlls/wbemprox/tests/query.c Line #93 states L"SELECT * FROM Win3_BIOS WHERE NAME <> NULL", It seems likely that this was intended instead L"SELECT * FROM Win32_BIOS WHERE NAME <> NULL", e.g. the line #94 states L"SELECT * FROM Win32_BIOS WHERE NULL = NAME", -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.