Changeset 43645 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 15, 2012 2:10:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81395
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Runtime/Makefile.kmk ¶
r43575 r43645 1327 1327 ifdef VBOX_WITH_LIBCURL 1328 1328 VBoxRT_SOURCES += common/misc/s3.cpp 1329 VBoxRT_SOURCES += common/misc/http.cpp 1329 1330 endif 1330 1331 VBoxRT_SOURCES.$(KBUILD_TARGET) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET)) -
TabularUnified 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) -
TabularUnified trunk/src/VBox/Runtime/testcase/Makefile.kmk ¶
r42503 r43645 65 65 tstFileLock \ 66 66 tstFork \ 67 tstHttp \ 67 68 tstRTFsQueries \ 68 69 tstRTFilesystem \ … … 225 226 tstRTDigest_SOURCES = tstRTDigest.cpp 226 227 228 tstHttp_TEMPLATE = VBOXR3TSTEXE 229 tstHttp_SOURCES = tstHttp.cpp 230 tstHttp_SDKS = VBOX_LIBCURL 231 227 232 tstDir_TEMPLATE = VBOXR3TSTEXE 228 233 tstDir_SOURCES = tstDir.cpp
Note:
See TracChangeset
for help on using the changeset viewer.