From a96f8ac2034b5b31b50455051f26a16accff984e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 6 May 2005 14:33:34 +0000 Subject: [PATCH] HAVE_V4L2 is not an autoconf define so tell winapi_check not to complain complain about it. --- tools/winapi/winapi_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi/winapi_check b/tools/winapi/winapi_check index 4047dcaba3b..e6773dc811e 100755 --- a/tools/winapi/winapi_check +++ b/tools/winapi/winapi_check @@ -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"); }