Commit 07ba7f33 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

DECLARE_OLD_HANDLE is not used anymore.

parent 51c9f121
......@@ -633,7 +633,7 @@ sub parse_c_declaration {
if(s/\)//) {
$column++;
}
} elsif(s/^(?:DECLARE_OLD_HANDLE|DEFINE_AVIGUID|DEFINE_OLEGUID)\s*(?=\()//s) { # FIXME: Wine specific kludge
} elsif(s/^(?:DEFINE_AVIGUID|DEFINE_OLEGUID)\s*(?=\()//s) { # FIXME: Wine specific kludge
$self->_update_c_position($&, \$line, \$column);
my @arguments;
......
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