Commit eeea14a8 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Update winapi_check for "false" HAVE_* macros.

parent 8ee9f505
...@@ -477,7 +477,7 @@ foreach my $file (@c_files) { ...@@ -477,7 +477,7 @@ foreach my $file (@c_files) {
if($options->config) { if($options->config) {
if(!$nativeapi->is_conditional($_)) { if(!$nativeapi->is_conditional($_)) {
if(/^HAVE_/ && !/^HAVE_(?:IPX|MESAGL|BUGGY_MESAGL|V4L2|WINE_CONSTRUCTOR)$/) if(/^HAVE_/ && !/^HAVE_(?:IPX|CORRECT_LINUXINPUT_H|OSS|OSS_MIDI|V4L2)$/)
{ {
$output->write("$file: $_ is not declared as a conditional\n"); $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