VirtualBox

Changeset 46266 in vbox for trunk/include/iprt/ldr.h


Ignore:
Timestamp:
May 25, 2013 7:51:19 PM (12 years ago)
Author:
vboxsync
Message:

IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always set to something. Started on implementing a codeview reader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r46164 r46266  
    615615typedef struct RTLDRSEG
    616616{
    617     /** The segment name. (Might not be zero terminated!) */
    618     const char     *pchName;
     617    /** The segment name.  Always set to something. */
     618    const char     *pszName;
    619619    /** The length of the segment name. */
    620620    uint32_t        cchName;
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