Changeset 68473 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Aug 18, 2017 3:32:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r68472 r68473 584 584 { 585 585 #ifdef IN_GUEST 586 int rc; 586 587 # ifndef VBOX_WITH_CRHGSMI 587 588 RT_NOREF(conn); 588 589 # else 589 int rc;590 590 PCRVBOXHGSMI_CLIENT pClient = g_crvboxhgcm.bHgsmiOn ? _crVBoxHGSMIClientGet(conn) : NULL; 591 591 if (pClient) … … 600 600 { 601 601 crWarning("vboxCall failed with VBox status code %Rrc\n", rc); 602 # if 1//ndef RT_OS_WINDOWS602 # ifndef RT_OS_WINDOWS 603 603 if (rc == VERR_INTERRUPTED) 604 604 {
Note:
See TracChangeset
for help on using the changeset viewer.