Commit a96f8ac2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

HAVE_V4L2 is not an autoconf define so tell winapi_check not to

complain complain about it.
parent af384ad7
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment