HAVE_V4L2 is not an autoconf define so tell winapi_check not to

complain complain about it.
This commit is contained in:
Francois Gouget 2005-05-06 14:33:34 +00:00 committed by Alexandre Julliard
parent af384ad7a8
commit a96f8ac203
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}