| Index: chrome_frame/crash_reporting/nt_loader.h
|
| ===================================================================
|
| --- chrome_frame/crash_reporting/nt_loader.h (revision 41289)
|
| +++ chrome_frame/crash_reporting/nt_loader.h (working copy)
|
| @@ -128,13 +128,13 @@
|
| union {
|
| LIST_ENTRY HashLinks; // 0x03c
|
| struct {
|
| - void* SectionPointer; // 0x03c
|
| - ULONG CheckSum; // 0x040
|
| + void* SectionPointer; // 0x03c
|
| + ULONG CheckSum; // 0x040
|
| };
|
| };
|
| union {
|
| - ULONG TimeDateStamp; // 0x044
|
| - void* LoadedImports; // 0x044
|
| + ULONG TimeDateStamp; // 0x044
|
| + void* LoadedImports; // 0x044
|
| };
|
| void *EntryPointActivationContext; // 0x048
|
| void* PatchInformation; // 0x04c
|
|
|