Changeset 57423 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Aug 18, 2015 12:07:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_init.c
r55575 r57423 464 464 #ifdef CHROMIUM_THREADSAFE 465 465 # ifndef RT_OS_WINDOWS 466 static DECLCALLBACK(void)crStateThreadTlsDtor(void *pvValue)466 static void crStateThreadTlsDtor(void *pvValue) 467 467 { 468 468 CRContext *pCtx = (CRContext*)pvValue;
Note:
See TracChangeset
for help on using the changeset viewer.