Update winapi_check for "false" HAVE_* macros.
This commit is contained in:
parent
8ee9f5052b
commit
eeea14a81e
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user