Changeset 17922 in vbox
- Timestamp:
- Mar 16, 2009 12:10:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r17921 r17922 238 238 static void stubSPUSafeTearDown(void) 239 239 { 240 #ifdef CHROMIUM_THREADSAFE 241 CRmutex *mutex; 242 #endif 243 240 244 if (!stub_initialized) return; 241 245 stub_initialized = 0; 242 246 243 247 #ifdef CHROMIUM_THREADSAFE 244 CRmutex *mutex = &stub.mutex;248 mutex = &stub.mutex; 245 249 crLockMutex(mutex); 246 250 #endif
Note:
See TracChangeset
for help on using the changeset viewer.