VirtualBox

Changeset 58739 in vbox


Ignore:
Timestamp:
Nov 18, 2015 12:34:52 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104176
Message:

iprt/formats/mz.h: Copied from runtime and adjusted a little.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/mz.h

    r58726 r58739  
    11/* $Id$ */
    22/** @file
    3  * IPRT, MZ header.
     3 * IPRT, MZ Executable Header.
    44 */
    55
     
    2525 */
    2626
    27 #ifndef ___internal_ldrMZ_h
    28 #define ___internal_ldrMZ_h
    29 
    30 #pragma pack(1) /* not required */
     27#ifndef ___iprt_formats_mz_h
     28#define ___iprt_formats_mz_h
    3129
    3230#include <iprt/types.h>
     31#include <iprt/assert.h>
    3332
    3433typedef struct _IMAGE_DOS_HEADER
     
    5453    uint32_t   e_lfanew;
    5554} IMAGE_DOS_HEADER;
     55AssertCompileSize(IMAGE_DOS_HEADER, 0x40);
    5656typedef IMAGE_DOS_HEADER *PIMAGE_DOS_HEADER;
    5757
     
    6060#endif
    6161
    62 #pragma pack()
    6362
    6463#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette