VirtualBox

Changeset 17922 in vbox


Ignore:
Timestamp:
Mar 16, 2009 12:10:48 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: fixed compilation on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r17921 r17922  
    238238static void stubSPUSafeTearDown(void)
    239239{
     240#ifdef CHROMIUM_THREADSAFE
     241    CRmutex *mutex;
     242#endif
     243
    240244    if (!stub_initialized) return;
    241245    stub_initialized = 0;
    242246
    243247#ifdef CHROMIUM_THREADSAFE
    244     CRmutex *mutex = &stub.mutex;
     248    mutex = &stub.mutex;
    245249    crLockMutex(mutex);
    246250#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette