VirtualBox

Changeset 75128 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Oct 28, 2018 4:59:32 PM (6 years ago)
Author:
vboxsync
Message:

common\err\RTErrConvertFromErrno.cpp: watcom adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp

    r69111 r75128  
    390390#endif
    391391#ifdef EALREADY
     392# if !defined(ENOLCK) || (EALREADY != ENOLCK)
    392393        case EALREADY:          return VERR_NET_ALREADY_IN_PROGRESS;
     394# endif
    393395#endif
    394396#ifdef EINPROGRESS
     397# if !defined(ENODEV) || (EINPROGRESS != ENODEV)
    395398        case EINPROGRESS:       return VERR_NET_IN_PROGRESS;
     399# endif
    396400#endif
    397401#ifdef ESTALE
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