Changeset 68658 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 5, 2017 6:21:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/VBoxVideoIPRT.h
r67459 r68658 26 26 */ 27 27 28 #ifndef ___VBox_ VBoxVideoIPRT_h29 #define ___VBox_ VBoxVideoIPRT_h28 #ifndef ___VBox_Graphic_VBoxVideoIPRT_h 29 #define ___VBox_Graphic_VBoxVideoIPRT_h 30 30 31 31 #include <asm/io.h> … … 79 79 AssertCompile(sizeof(type) == (size)) 80 80 81 #define VALID_PTR(p) ( p!= NULL)81 #define VALID_PTR(p) ((p) != NULL) 82 82 83 83 /** @} */ … … 131 131 /** @} */ 132 132 133 #endif /* ___VBox_VBoxVideoIPRT_h */ 133 #endif /* !___VBox_Graphic_VBoxVideoIPRT_h */ 134
Note:
See TracChangeset
for help on using the changeset viewer.