something changed here

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4041
This commit is contained in:
David Anderson 2006-07-30 04:53:53 +00:00
parent 166a2b8a43
commit e03ab1e6d4
2 changed files with 5 additions and 1 deletions

View File

@ -282,6 +282,10 @@
RelativePath="..\sp_file.h" RelativePath="..\sp_file.h"
> >
</File> </File>
<File
RelativePath="..\..\include\sp_file_headers.h"
>
</File>
<File <File
RelativePath="..\svnrev.h" RelativePath="..\svnrev.h"
> >

View File

@ -52,7 +52,7 @@ typedef struct sp_file_hdr_s
uint32_t disksize; /* size on disk */ uint32_t disksize; /* size on disk */
uint32_t imagesize; /* size in memory */ uint32_t imagesize; /* size in memory */
uint8_t sections; /* number of sections */ 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) */ uint32_t dataoffs; /* offset to file proper (any compression starts here) */
} sp_file_hdr_t; } sp_file_hdr_t;