Changeset 10708 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 16, 2008 7:15:39 PM (16 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r10614 r10708 182 182 common/log/logformat.cpp \ 183 183 common/misc/assert.cpp \ 184 common/misc/cache.cpp \ 184 185 common/misc/cidr.cpp \ 185 186 common/misc/getopt.cpp \ -
trunk/src/VBox/Runtime/include/internal/magics.h
r8245 r10708 73 73 /** Magic number for timer handles. (Jared Mason Diamond) */ 74 74 #define RTTIMER_MAGIC 0x19370910 75 /** Magic number for cache object headers. (Joseph Weizenbaum) */ 76 #define RTOBJCACHE_MAGIC 0x19230108 75 77 76 78 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.