Changeset 104687 in vbox for trunk/src/VBox
- Timestamp:
- May 16, 2024 12:58:32 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp
r104670 r104687 242 242 /*.d_mmap = */ eno_mmap, 243 243 /*.d_strategy = */ eno_strat, 244 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 10 70244 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 101000 245 245 /*.d_getc = */ eno_getc, 246 246 /*.d_putc = */ eno_putc, 247 #else /* Apple got it wrong in the 10.5SDK */247 #else /* Apple got it wrong at least until the 10.9 SDK */ 248 248 /*.d_getc = */ (void *)(uintptr_t)&enodev, //eno_getc, 249 249 /*.d_putc = */ (void *)(uintptr_t)&enodev, //eno_putc,
Note:
See TracChangeset
for help on using the changeset viewer.