VirtualBox

Changeset 90823 in vbox for trunk/include


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/include/iprt/cdefs.h

    r90792 r90823  
    43034303
    43044304
    4305 /** @def VALID_PTR
     4305/** @def RT_VALID_PTR
    43064306 * Pointer validation macro.
    43074307 * @param   ptr         The pointer.
     
    43844384#endif
    43854385
    4386 /** Old name for RT_VALID_PTR.  */
    4387 #define VALID_PTR(ptr)          RT_VALID_PTR(ptr)
    4388 
    43894386/** @def RT_VALID_ALIGNED_PTR
    43904387 * Pointer validation macro that also checks the alignment.
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