Re: Patch (winnt.h): Expose member SectionAlignment of _IMAGE_SEPARATE_DEBUG_HEADER
Danny Smith <[email protected]> Tue, 11 Mar 2003 23:55:48 +0000
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <000701c2e829$be548af0$5098a7cb@DANNY> |
Thanks Checked in. Danny > Hi, > > I just found out that this structure in winnt.h did not > expose the "SectionAlignment" member. You can confirm this > by looking up _IMAGE_SEPARATE_DEBUG_HEADER on Google (or > perhaps a vendor's header files). > > Ranjit. > > > Index: ChangeLog > from Ranjit Mathew <[email protected]> > > * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose > member SectionAlignment. > > Index: include/winnt.h > =================================================================== > --- include/winnt.h Fri Mar 7 19:04:33 2003 > +++ include/winnt.h Fri Mar 7 19:06:48 2003 > @@ -2579,5 +2579,6 @@ > DWORD ExportedNamesSize; > DWORD DebugDirectorySize; > - DWORD Reserved[3]; > + DWORD SectionAlignment; > + DWORD Reserved[2]; > } IMAGE_SEPARATE_DEBUG_HEADER,*PIMAGE_SEPARATE_DEBUG_HEADER; > #pragma pack(pop) > ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en