VirtualBox

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

iprt/cdefs.h,++: Retired VALID_PTR (use RT_VALID_PTR now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h

    r90794 r90823  
    132132#define RT_ZERO(Obj)        RT_BZERO(&(Obj), sizeof(Obj))
    133133#define RT_VALID_PTR(ptr)  (   (uintptr_t)(ptr) + 0x1000U >= 0x2000U )
    134 #define VALID_PTR(ptr)     RT_VALID_PTR(ptr)
    135134#ifndef INT16_C
    136135# define INT16_C(Value) (Value)
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