Commit 5a61202f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi: Add support for DECLSPEC_HOTPATCH function declarations.

parent 1576dc3d
......@@ -381,6 +381,7 @@ sub parse_c_file($$) {
next;
} elsif(/(extern\s+|static\s+)?((interface\s+|struct\s+|union\s+|enum\s+|signed\s+|unsigned\s+)?\w+((\s*\*)+\s*|\s+))
(($CALL_CONVENTION)\s+)?
(?:DECLSPEC_HOTPATCH\s+)?
(\w+(\(\w+\))?)\s*\((.*?)\)\s*(\{|\;)/sx)
{
my @lines = split(/\n/, $&);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment