VirtualBox

Ignore:
Timestamp:
Feb 27, 2009 8:42:08 AM (16 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

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

    r16379 r17190  
    9595static void crVBoxHGCMReceiveMessage(CRConnection *conn);
    9696
     97#ifndef IN_GUEST
    9798static bool _crVBoxHGCMReadBytes(CRConnection *conn, void *buf, uint32_t len)
    9899{
     
    109110    return TRUE;
    110111}
     112#endif
    111113
    112114/*@todo get rid of it*/
     
    613615            hgcm_buffer->kind      = CR_VBOXHGCM_MEMORY_BIG;
    614616            hgcm_buffer->allocated = sizeof(CRVBOXHGCMBUFFER) + len;
    615 #ifdef RT_OS_WINDOWS
     617# ifdef RT_OS_WINDOWS
    616618            hgcm_buffer->pDDS      = NULL;
    617 #endif
     619# endif
    618620        }
    619621
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