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@winehq.org Reporter: depaoli.renzo@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",