Changeset 17190 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Feb 27, 2009 8:42:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r16379 r17190 95 95 static void crVBoxHGCMReceiveMessage(CRConnection *conn); 96 96 97 #ifndef IN_GUEST 97 98 static bool _crVBoxHGCMReadBytes(CRConnection *conn, void *buf, uint32_t len) 98 99 { … … 109 110 return TRUE; 110 111 } 112 #endif 111 113 112 114 /*@todo get rid of it*/ … … 613 615 hgcm_buffer->kind = CR_VBOXHGCM_MEMORY_BIG; 614 616 hgcm_buffer->allocated = sizeof(CRVBOXHGCMBUFFER) + len; 615 # ifdef RT_OS_WINDOWS617 # ifdef RT_OS_WINDOWS 616 618 hgcm_buffer->pDDS = NULL; 617 # endif619 # endif 618 620 } 619 621
Note:
See TracChangeset
for help on using the changeset viewer.