- Timestamp:
- Sep 5, 2017 6:21:57 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Makefile.kmk
r68621 r68658 27 27 VBox/vmm/hm_vmx.h \ 28 28 VBox/HostServices/GuestControlSvc.h \ 29 VBox/HostServices/DragAndDropSvc.h \ 29 30 VBox/VBoxCrHgsmi.h \ 30 VBox/VBoxUhgsmi.h 31 VBox/VBoxUhgsmi.h \ 32 VBox/dbus.h 31 33 32 34 # Omit headers that are C++ and ring-3. -
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.