VirtualBox

Changeset 68658 in vbox for trunk/src/VBox/Additions/linux


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...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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