VirtualBox

Changeset 68657 in vbox for trunk/include


Ignore:
Timestamp:
Sep 5, 2017 6:21:53 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/include/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/Graphics/VBoxVideo.h

    r66544 r68657  
    2929#define ___VBox_Graphics_VBoxVideo_h
    3030
    31 #include <VBoxVideoIPRT.h>
     31#include "VBoxVideoIPRT.h"
    3232
    3333/* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */
     
    21042104
    21052105#endif
     2106
  • trunk/include/VBox/Graphics/VBoxVideoHost3D.h

    r65381 r68657  
    11/** @file
    2  *
    32 * VirtualBox 3D host inter-components interfaces
    43 */
     
    2423 * terms and conditions of either the GPL or the CDDL or both.
    2524 */
     25
    2626#ifndef ___VBox_Graphics_VBoxVideoHost3D_h
    2727#define ___VBox_Graphics_VBoxVideoHost3D_h
     28
    2829#include <iprt/cdefs.h>
    29 #include <VBoxVideo.h>
     30#include "VBoxVideo.h"
    3031#include <VBox/hgcmsvc.h>
    3132#include <VBox/vmm/pdmifs.h>
     
    199200#pragma pack()
    200201
    201 #endif /*#ifndef ___VBox_Graphics_VBoxVideoHost3D_h*/
     202#endif
     203
  • trunk/include/VBox/Graphics/VBoxVideoIPRT.h

    r66515 r68657  
    1616 */
    1717
    18 #ifndef ___VBox_VBoxVideoIPRT_h
    19 #define ___VBox_VBoxVideoIPRT_h
     18#ifndef ___VBox_Graphics_VBoxVideoIPRT_h
     19#define ___VBox_Graphics_VBoxVideoIPRT_h
    2020
    2121#ifndef RT_OS_OS2
     
    112112/** @}  */
    113113
    114 #endif /* ___VBox_VBoxVideoIPRT_h */
     114#endif
     115
  • trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h

    r68656 r68657  
    3131#include <VBox/VBoxGuestCoreTypes.h>
    3232#include <VBox/hgcmsvc.h>
    33 #include <VBoxVideo.h>
    34 #include <VBoxVideoHost3D.h>
     33#include <VBox/Graphics/VBoxVideo.h>
     34#include <VBox/Graphics/VBoxVideoHost3D.h>
    3535
    3636/* crOpenGL host functions */
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