Changeset 71599 in vbox for trunk/include/VBox/Graphics
- Timestamp:
- Apr 1, 2018 12:52:12 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideoErr.h
r69307 r71599 66 66 #define assert_compile_size(type, size) \ 67 67 assert_compile(sizeof(type) == (size)) 68 #define assert_ptr_return(ptr,ret) \ 69 do { if (unlikely(!(ptr))) { WARN_ON_ONCE(!(ptr)); return ret; } } while (0) 68 70 69 71 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.