winapi_test: Remove DECLARE_OLD_HANDLE kludge

Francois Gouget fgouget at free.fr
Sat Aug 21 13:04:57 CDT 2004


Changelog:

 * tools/winapi/c_parser.pm

   DECLARE_OLD_HANDLE is not used anymore


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  In a world without fences who needs Gates?
-------------- next part --------------
Index: tools/winapi/c_parser.pm
===================================================================
RCS file: /var/cvs/wine/tools/winapi/c_parser.pm,v
retrieving revision 1.12
diff -u -r1.12 c_parser.pm
--- tools/winapi/c_parser.pm	20 Aug 2004 19:33:17 -0000	1.12
+++ tools/winapi/c_parser.pm	20 Aug 2004 22:48:55 -0000
@@ -633,7 +633,7 @@
 	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;


More information about the wine-patches mailing list