Changeset 65381 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r63199 r65381 47 47 48 48 #if defined(VBOX_WITH_CRHGSMI) && defined(IN_GUEST) 49 #include <VBox /VBoxCrHgsmi.h>49 #include <VBoxCrHgsmi.h> 50 50 #endif 51 51 -
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c
r62680 r65381 43 43 #include <iprt/assert.h> 44 44 45 #include <VBox /VBoxCrHgsmi.h>45 #include <VBoxCrHgsmi.h> 46 46 #if 1 /** @todo Try use the Vbgl interface instead of talking directly to the driver? */ 47 47 # include <VBox/VBoxGuest.h>
Note:
See TracChangeset
for help on using the changeset viewer.