diff --git a/sourcepawn/compiler/msvc8/spcomp.vcproj b/sourcepawn/compiler/msvc8/spcomp.vcproj index 491bacf5..08d373a6 100644 --- a/sourcepawn/compiler/msvc8/spcomp.vcproj +++ b/sourcepawn/compiler/msvc8/spcomp.vcproj @@ -282,6 +282,10 @@ RelativePath="..\sp_file.h" > + + diff --git a/sourcepawn/include/sp_file_headers.h b/sourcepawn/include/sp_file_headers.h index b83fff38..c7bd81ae 100644 --- a/sourcepawn/include/sp_file_headers.h +++ b/sourcepawn/include/sp_file_headers.h @@ -52,7 +52,7 @@ typedef struct sp_file_hdr_s uint32_t disksize; /* size on disk */ uint32_t imagesize; /* size in memory */ uint8_t sections; /* number of sections */ - uint32_t stringtab; /* offset to string table */ + uint32_t stringtab; /* offset to string table aa*/ uint32_t dataoffs; /* offset to file proper (any compression starts here) */ } sp_file_hdr_t;