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