winapi_check: Fix support for .ocx API documentation.
commit5fec86769421a86899e9af267259fe355c8b11ec
authorFrancois Gouget <fgouget@free.fr>
Tue, 14 Apr 2020 14:55:18 +0000 (14 16:55 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Apr 2020 20:07:41 +0000 (14 22:07 +0200)
tree65f8acb9e2c59a24864e022ba3162792fe19bc04
parent08cdea91ba65548cc4e52a144d36dad5eb85d5de
winapi_check: Fix support for .ocx API documentation.

The module name must include non-default extensions, for instance
'wshom.ocx'. Truncating the module name prevents later lookups from
finding the API's spec file declaration.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/winapi/winapi_documentation.pm