VirtualBox

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


Ignore:
Timestamp:
Dec 6, 2021 9:10:32 PM (3 years ago)
Author:
vboxsync
Message:

iprt/ldr.h: alignment

File:
1 edited

Legend:

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

    r89969 r92775  
    296296/** Shift for the first .so.MAJOR version number to try.
    297297 * Only applicable to RTLdrLoadSystemEx() and RTLdrGetSystemSymbolEx(). */
    298 #define RTLDRLOAD_FLAGS_SO_VER_BEGIN_SHIFT        12
     298#define RTLDRLOAD_FLAGS_SO_VER_BEGIN_SHIFT      12
    299299/** Mask for the first .so.MAJOR version number to try.
    300300 * Only applicable to RTLdrLoadSystemEx() and RTLdrGetSystemSymbolEx(). */
    301 #define RTLDRLOAD_FLAGS_SO_VER_BEGIN_MASK         UINT32_C(0x003ff000)
     301#define RTLDRLOAD_FLAGS_SO_VER_BEGIN_MASK       UINT32_C(0x003ff000)
    302302/** Shift for the end .so.MAJOR version number (exclusive).
    303303 * Only applicable to RTLdrLoadSystemEx() and RTLdrGetSystemSymbolEx(). */
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