VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 7:08:38 PM (3 years ago)
Author:
vboxsync
Message:

Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/fileaio.h

    r82968 r90803  
    5858/** Return true if the specified request is not valid, false otherwise. */
    5959#define RTFILEAIOREQ_IS_NOT_VALID(pReq) \
    60     (RT_UNLIKELY(!VALID_PTR(pReq) || (pReq->u32Magic != RTFILEAIOREQ_MAGIC)))
     60    (RT_UNLIKELY(!RT_VALID_PTR(pReq) || (pReq->u32Magic != RTFILEAIOREQ_MAGIC)))
    6161
    6262/** Validates a context handle and returns VERR_INVALID_HANDLE if not valid. */
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