Update winapi_check for "false" HAVE_* macros.
diff --git a/tools/winapi/winapi_check b/tools/winapi/winapi_check index cf1b22b..8ad0550 100755 --- a/tools/winapi/winapi_check +++ b/tools/winapi/winapi_check
@@ -477,7 +477,7 @@ if($options->config) { 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"); }