VirtualBox

Changeset 68658 in vbox for trunk


Ignore:
Timestamp:
Sep 5, 2017 6:21:57 PM (7 years ago)
Author:
vboxsync
Message:

Include compile fixes for VBox/HostServices/* - hope this doesn't mess up the drm include tricks...

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Makefile.kmk

    r68621 r68658  
    2727        VBox/vmm/hm_vmx.h \
    2828        VBox/HostServices/GuestControlSvc.h \
     29        VBox/HostServices/DragAndDropSvc.h \
    2930        VBox/VBoxCrHgsmi.h \
    30         VBox/VBoxUhgsmi.h
     31        VBox/VBoxUhgsmi.h \
     32       VBox/dbus.h
    3133
    3234# Omit headers that are C++ and ring-3.
  • trunk/src/VBox/Additions/linux/drm/VBoxVideoIPRT.h

    r67459 r68658  
    2626 */
    2727
    28 #ifndef ___VBox_VBoxVideoIPRT_h
    29 #define ___VBox_VBoxVideoIPRT_h
     28#ifndef ___VBox_Graphic_VBoxVideoIPRT_h
     29#define ___VBox_Graphic_VBoxVideoIPRT_h
    3030
    3131#include <asm/io.h>
     
    7979    AssertCompile(sizeof(type) == (size))
    8080
    81 #define VALID_PTR(p) (p != NULL)
     81#define VALID_PTR(p) ((p) != NULL)
    8282
    8383/** @}  */
     
    131131/** @}  */
    132132
    133 #endif /* ___VBox_VBoxVideoIPRT_h */
     133#endif /* !___VBox_Graphic_VBoxVideoIPRT_h */
     134
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette