Changeset 43645 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Oct 15, 2012 2:10:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/magics.h
r41549 r43645 69 69 /** Magic number for RTHEAPSIMPLEINTERNAL::uMagic. (Kyoichi Katayama) */ 70 70 #define RTHEAPSIMPLE_MAGIC UINT32_C(0x19590105) 71 /** The magic value for RTHTTPINTERNAL::u32Magic. (Karl May) */ 72 #define RTHTTP_MAGIC UINT32_C(0x18420225) 73 /** The value of RTHTTPINTERNAL::u32Magic after close. */ 74 #define RTHTTP_MAGIC_DEAD UINT32_C(0x19120330) 71 75 /** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */ 72 76 #define RTLDRMOD_MAGIC UINT32_C(0x19531118)
Note:
See TracChangeset
for help on using the changeset viewer.