Changeset 55960 in vbox
- Timestamp:
- May 20, 2015 6:34:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r55945 r55960 351 351 #define CheckComArgNotNull(arg) \ 352 352 do { \ 353 if (RT_LIKELY((arg) == NULL)) \353 if (RT_LIKELY((arg) != NULL)) \ 354 354 { /* likely */ }\ 355 355 else \
Note:
See TracChangeset
for help on using the changeset viewer.