Changeset 78342 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Apr 28, 2019 5:45:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_pack.h
r78341 r78342 15 15 #include "state/cr_currentpointers.h" 16 16 #include "state/cr_client.h" 17 #ifndef IN_RING0 17 18 #include "cr_threads.h" 19 #endif 18 20 19 21 #include <iprt/types.h> … … 82 84 int updateBBOX; 83 85 CRPackBuffer *currentBuffer; 86 #ifndef IN_RING0 84 87 CRmutex mutex; 88 #endif 85 89 char *file; /**< for debugging only */ 86 90 int line; /**< for debugging only */
Note:
See TracChangeset
for help on using the changeset viewer.