2003-03-12 Ranjit Mathew <rmathew@hotmail.com>
* include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose member SectionAlignment.
This commit is contained in:
@ -2578,7 +2578,8 @@ typedef struct _IMAGE_SEPARATE_DEBUG_HEADER {
|
||||
DWORD NumberOfSections;
|
||||
DWORD ExportedNamesSize;
|
||||
DWORD DebugDirectorySize;
|
||||
DWORD Reserved[3];
|
||||
DWORD SectionAlignment;
|
||||
DWORD Reserved[2];
|
||||
} IMAGE_SEPARATE_DEBUG_HEADER,*PIMAGE_SEPARATE_DEBUG_HEADER;
|
||||
#pragma pack(pop)
|
||||
typedef enum _CM_SERVICE_NODE_TYPE {
|
||||
|
Reference in New Issue
Block a user