winapi: Init preprocessor_condition.

This commit is contained in:
André Hentschel 2010-05-28 21:30:36 +02:00 committed by Alexandre Julliard
parent f5f3426c87
commit 9eda2de2b8
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ sub parse_c_file($$$$)
my $previous_line = 0; my $previous_line = 0;
my $previous_column = -1; my $previous_column = -1;
my $preprocessor_condition; my $preprocessor_condition = "";
my $if = 0; my $if = 0;
my $if0 = 0; my $if0 = 0;
my $extern_c = 0; my $extern_c = 0;