Changeset 90823 in vbox for trunk/include
- Timestamp:
- Aug 23, 2021 10:08:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r90792 r90823 4303 4303 4304 4304 4305 /** @def VALID_PTR4305 /** @def RT_VALID_PTR 4306 4306 * Pointer validation macro. 4307 4307 * @param ptr The pointer. … … 4384 4384 #endif 4385 4385 4386 /** Old name for RT_VALID_PTR. */4387 #define VALID_PTR(ptr) RT_VALID_PTR(ptr)4388 4389 4386 /** @def RT_VALID_ALIGNED_PTR 4390 4387 * Pointer validation macro that also checks the alignment.
Note:
See TracChangeset
for help on using the changeset viewer.