Changeset 31155 in vbox for trunk/include/iprt/critsect.h
- Timestamp:
- Jul 28, 2010 12:39:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/critsect.h
r28800 r31155 4 4 5 5 /* 6 * Copyright (C) 2006-20 09Oracle Corporation6 * Copyright (C) 2006-2010 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 90 90 } RTCRITSECT; 91 91 AssertCompileSize(RTCRITSECT, HC_ARCH_BITS == 32 ? 32 : 48); 92 /** Pointer to a critical section. */93 typedef RTCRITSECT *PRTCRITSECT;94 /** Pointer to a const critical section. */95 typedef const RTCRITSECT *PCRTCRITSECT;96 92 97 93 /** RTCRITSECT::u32Magic value. (Hiromi Uehara) */
Note:
See TracChangeset
for help on using the changeset viewer.