winapi_test: PshpackN.h can only be 1/2/4/8.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr> Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
75fb68e424
commit
44df633d19
|
@ -409,7 +409,7 @@ foreach my $file (@files) {
|
||||||
my $preprocessor = shift;
|
my $preprocessor = shift;
|
||||||
|
|
||||||
#print "found_preprocessor: $begin_line: [$_]\n";
|
#print "found_preprocessor: $begin_line: [$_]\n";
|
||||||
if ($preprocessor =~ /^\#\s*include\s+[\"<]pshpack(\d+)\.h[\">]$/) {
|
if ($preprocessor =~ /^\#\s*include\s+[\"<]pshpack(\d)\.h[\">]$/) {
|
||||||
push @packs, $1 unless @ifdefs && !$ifdefs[$#ifdefs];
|
push @packs, $1 unless @ifdefs && !$ifdefs[$#ifdefs];
|
||||||
#print "found pack $1 on line $begin_line\n";
|
#print "found pack $1 on line $begin_line\n";
|
||||||
} elsif($preprocessor =~ /^\#\s*include\s+[\"<]poppack\.h[\">]$/) {
|
} elsif($preprocessor =~ /^\#\s*include\s+[\"<]poppack\.h[\">]$/) {
|
||||||
|
|
Loading…
Reference in New Issue