VirtualBox

Ignore:
Timestamp:
Jul 5, 2009 7:50:18 PM (15 years ago)
Author:
vboxsync
Message:

VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r21225 r21227  
    4141#include "net_internals.h"
    4242
    43 #include <VBox/VBoxGuest.h>
     43#if 1 /** @todo Try use the Vbgl interface instead of talking directly to the driver? */
     44# include <VBox/VBoxGuest.h>
     45#else
     46# include <VBox/VBoxGuestLib.h>
     47#endif
    4448#include <VBox/HostServices/VBoxCrOpenGLSvc.h>
    4549
     
    147151 * @param   cbData      Data size
    148152 */
    149 /*@todo use vbglR3DoIOCtl here instead */
     153/** @todo use vbglR3DoIOCtl here instead */
    150154static int crVBoxHGCMCall(void *pvData, unsigned cbData)
    151155{
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