From 07ba7f33e1060511aaae9253a69bc90ff869e3b8 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 22 Aug 2004 02:02:00 +0000 Subject: [PATCH] DECLARE_OLD_HANDLE is not used anymore. --- tools/winapi/c_parser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi/c_parser.pm b/tools/winapi/c_parser.pm index 4e4175dae9..666d260aa5 100644 --- a/tools/winapi/c_parser.pm +++ b/tools/winapi/c_parser.pm @@ -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; -- 2.32.0.93.g670b81a890