VirtualBox

Changeset 100273 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jun 23, 2023 5:01:59 PM (17 months ago)
Author:
vboxsync
Message:

bldprogs/VBoxDef2LazyLoad: Include the executable file format of OS/2 to
be the Linear Executable (LX) format since it was accidentally omitted
from the list of OSes. Attempt at a follow-up build fix to r157968.
bugref:10457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxDef2LazyLoad.cpp

    r100257 r100273  
    8888      || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD)
    8989static RTLDRFMT     g_enmLdrFmt = RTLDRFMT_ELF;
     90#elif    defined(RT_OS_OS2)
     91static RTLDRFMT     g_enmLdrFmt = RTLDRFMT_LX;
    9092#else
    9193# error "Port me!"
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