Changeset 51571 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Jun 7, 2014 2:28:43 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/magics.h
r47199 r51571 171 171 /** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */ 172 172 #define RTSPINLOCK_MAGIC UINT32_C(0x19480428) 173 /** Magic value for generic RTSPINLOCKINTERNAL::u32Magic (Georges Prosper Remi). */ 174 #define RTSPINLOCK_GEN_MAGIC UINT32_C(0x10970522) 173 175 /** Magic value for RTSTRCACHE::u32Magic. (Sir Arthur Charles Clarke) */ 174 176 #define RTSTRCACHE_MAGIC UINT32_C(0x19171216)
Note:
See TracChangeset
for help on using the changeset viewer.