VirtualBox

Changeset 96448 in vbox for trunk/include/iprt/formats


Ignore:
Timestamp:
Aug 23, 2022 10:35:23 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153292
Message:

IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static binaries, unless there is an explicit log creation or debug logging in the app (or IPRT for the latter). bugref:10261

File:
1 edited

Legend:

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

    r96407 r96448  
    741741 * @{  */
    742742/** No handler.
    743  * @note Aslo know as UNW_FLAG_NHANDLER. */
     743 * @note Also know as UNW_FLAG_NHANDLER. */
    744744#define IMAGE_UNW_FLAGS_NHANDLER        0
    745745/** Have exception handler (RVA after codes, dword aligned.)
    746  * @note Aslo know as UNW_FLAG_NHANDLER. */
     746 * @note Also know as UNW_FLAG_NHANDLER. */
    747747#define IMAGE_UNW_FLAGS_EHANDLER        1
    748748/** Have unwind handler (RVA after codes, dword aligned.)
    749  * @note Aslo know as UNW_FLAG_NHANDLER. */
     749 * @note Also know as UNW_FLAG_NHANDLER. */
    750750#define IMAGE_UNW_FLAGS_UHANDLER        2
    751751/** Set if not primary unwind info for a function.  An
Note: See TracChangeset for help on using the changeset viewer.

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