Commit 44df633d authored by Serge Gautherie's avatar Serge Gautherie Committed by Alexandre Julliard

winapi_test: PshpackN.h can only be 1/2/4/8.

parent 75fb68e4
......@@ -409,7 +409,7 @@ foreach my $file (@files) {
my $preprocessor = shift;
#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];
#print "found pack $1 on line $begin_line\n";
} elsif($preprocessor =~ /^\#\s*include\s+[\"<]poppack\.h[\">]$/) {
......
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