winapi_check: Fix handling of the -register functions.
authorFrancois Gouget <fgouget@free.fr>
Fri, 9 Feb 2007 11:31:57 +0000 (12:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 9 Feb 2007 13:32:57 +0000 (14:32 +0100)
commitfe7873912804cd7200e11c1551fb7804464b66c7
tree24d6ffc2320df33cacfd34407242904e889393b2
parent30131979cc1d49b423e10294626ace7122b67b2d
winapi_check: Fix handling of the -register functions.

Unless specified otherwise they are implemented by a '__regs_' function.
Keep track of the '-i386' flag so we can detect CONTEXT* vs. CONTEXT86* mismatches.
Remove an unneeded and broken hack meant to fudge the number of parameters.
tools/winapi/winapi.pm
tools/winapi/winapi_local.pm