Tell winapi_check not to complain about HAVE_V4L2

Francois Gouget fgouget at free.fr
Thu May 5 16:46:02 CDT 2005


Changelog:

  * tools/winapi/winapi_check

    Francois Gouget <fgouget at free.fr>
    HAVE_V4L2 is not an autoconf define so tell winapi_check not to 
complain complain about it.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
In theory, theory and practice are the same, but in practice they're different.
-------------- next part --------------
Index: tools/winapi/winapi_check
===================================================================
RCS file: /var/cvs/wine/tools/winapi/winapi_check,v
retrieving revision 1.3
diff -u -p -r1.3 winapi_check
--- tools/winapi/winapi_check	4 May 2005 09:55:18 -0000	1.3
+++ tools/winapi/winapi_check	5 May 2005 18:04:12 -0000
@@ -477,7 +477,7 @@ foreach my $file (@c_files) {
 
 	if($options->config) {
 	    if(!$nativeapi->is_conditional($_)) {
-		if(/^HAVE_/ && !/^HAVE_(?:IPX|MESAGL|BUGGY_MESAGL|WINE_CONSTRUCTOR)$/)
+		if(/^HAVE_/ && !/^HAVE_(?:IPX|MESAGL|BUGGY_MESAGL|V4L2|WINE_CONSTRUCTOR)$/)
 		{
 		    $output->write("$file: $_ is not declared as a conditional\n");
 		}


More information about the wine-patches mailing list