Changeset 25682 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jan 7, 2010 3:23:30 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56400
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/magics.h
r25611 r25682 67 67 /** The magic value for RTLOCALIPCSERVER::u32Magic. (Katsuhiro Otomo) */ 68 68 #define RTLOCALIPCSESSION_MAGIC UINT32_C(0x19530414) 69 /** The magic value for RTLOCKVALCLASSINT::u32Magic. (Thomas Mann) */ 70 #define RTLOCKVALCLASS_MAGIC UINT32_C(0x18750605) 71 /** The magic value for RTLOCKVALCLASSINT::u32Magic after destruction. */ 72 #define RTLOCKVALCLASS_MAGIC_DEAD UINT32_C(0x19550812) 69 73 /** The magic value for RTLOCKVALRECEXCL::u32Magic. (Vladimir Vladimirovich Nabokov) */ 70 74 #define RTLOCKVALRECEXCL_MAGIC UINT32_C(0x18990422)
Note:
See TracChangeset
for help on using the changeset viewer.