Changeset 36472 in vbox for trunk/src/VBox/Runtime/generic/critsect-generic.cpp
- Timestamp:
- Mar 30, 2011 9:59:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/critsect-generic.cpp
r33269 r36472 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #define CRITSECT_WITHOUT_REMAPPING 31 32 #include <iprt/critsect.h> 32 33 #include "internal/iprt.h" … … 41 42 42 43 43 #undef RTCritSectInit44 44 RTDECL(int) RTCritSectInit(PRTCRITSECT pCritSect) 45 45 { … … 164 164 165 165 166 #undef RTCritSectTryEnter167 166 RTDECL(int) RTCritSectTryEnter(PRTCRITSECT pCritSect) 168 167 { … … 283 282 284 283 285 #undef RTCritSectEnter286 284 RTDECL(int) RTCritSectEnter(PRTCRITSECT pCritSect) 287 285 { … … 426 424 427 425 428 #undef RTCritSectEnterMultiple429 426 RTDECL(int) RTCritSectEnterMultiple(size_t cCritSects, PRTCRITSECT *papCritSects) 430 427 {
Note:
See TracChangeset
for help on using the changeset viewer.