VirtualBox

Changeset 68473 in vbox for trunk/src/VBox/GuestHost/OpenGL


Ignore:
Timestamp:
Aug 18, 2017 3:32:12 PM (7 years ago)
Author:
vboxsync
Message:

vboxhgcm.c: Use VbglR3HGCM* APIs. [build fix]

File:
1 edited

Legend:

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

    r68472 r68473  
    584584{
    585585#ifdef IN_GUEST
     586    int rc;
    586587# ifndef VBOX_WITH_CRHGSMI
    587588    RT_NOREF(conn);
    588589# else
    589     int rc;
    590590    PCRVBOXHGSMI_CLIENT pClient = g_crvboxhgcm.bHgsmiOn ? _crVBoxHGSMIClientGet(conn) : NULL;
    591591    if (pClient)
     
    600600        {
    601601            crWarning("vboxCall failed with VBox status code %Rrc\n", rc);
    602 # if 1//ndef RT_OS_WINDOWS
     602# ifndef RT_OS_WINDOWS
    603603            if (rc == VERR_INTERRUPTED)
    604604            {
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