VirtualBox

Ignore:
Timestamp:
Mar 30, 2011 9:59:55 AM (14 years ago)
Author:
vboxsync
Message:

addendum to r70394 for RTCrit*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/critsect-generic.cpp

    r33269 r36472  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define CRITSECT_WITHOUT_REMAPPING
    3132#include <iprt/critsect.h>
    3233#include "internal/iprt.h"
     
    4142
    4243
    43 #undef RTCritSectInit
    4444RTDECL(int) RTCritSectInit(PRTCRITSECT pCritSect)
    4545{
     
    164164
    165165
    166 #undef RTCritSectTryEnter
    167166RTDECL(int) RTCritSectTryEnter(PRTCRITSECT pCritSect)
    168167{
     
    283282
    284283
    285 #undef RTCritSectEnter
    286284RTDECL(int) RTCritSectEnter(PRTCRITSECT pCritSect)
    287285{
     
    426424
    427425
    428 #undef RTCritSectEnterMultiple
    429426RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects)
    430427{
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