DECLARE_OLD_HANDLE is not used anymore.

This commit is contained in:
Francois Gouget 2004-08-22 02:02:00 +00:00 committed by Alexandre Julliard
parent 51c9f1218b
commit 07ba7f33e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;