VirtualBox

Changeset 104687 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 16, 2024 12:58:32 PM (7 months ago)
Author:
vboxsync
Message:

VBoxGuest-darwin.cpp: Adjust cutoff for function pointer mess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp

    r104670 r104687  
    242242    /*.d_mmap     = */ eno_mmap,
    243243    /*.d_strategy = */ eno_strat,
    244 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
     244#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
    245245    /*.d_getc     = */ eno_getc,
    246246    /*.d_putc     = */ eno_putc,
    247 #else /* Apple got it wrong in the 10.5 SDK */
     247#else /* Apple got it wrong at least until the 10.9 SDK */
    248248    /*.d_getc     = */ (void *)(uintptr_t)&enodev, //eno_getc,
    249249    /*.d_putc     = */ (void *)(uintptr_t)&enodev, //eno_putc,
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