https://bugs.winehq.org/show_bug.cgi?id=54257
Bug ID: 54257 Summary: Missing support for Windows 2003 (5.2) in OleAut version detection Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: contact@kcsoftwares.com Distribution: ---
OaBuildVersion misses the detection for 5.2 Kernel (2003, ReactOS) and therefore falls in 2.40 default case with FIXME trace while it should use 2.50
The following case has to be added to the 2.50 detection :
case 0x00000205: /* Win2003, ReactOS */