Changeset 46083 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- May 14, 2013 11:39:28 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85759
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r46048 r46083 567 567 RTDBGCFG hDbgCfg, PRTDBGMODDEFERRED *ppDeferred); 568 568 569 DECLHIDDEN(int) rtDbgModLdrOpenFromHandle(PRTDBGMODINT pDbgMod, RTLDRMOD hLdrMod); 570 569 571 /** @} */ 570 572 -
trunk/src/VBox/Runtime/include/internal/ldr.h
r44528 r46083 403 403 /** Loader ops. */ 404 404 PCRTLDROPS pOps; 405 /** Pointer to the reader instance. This is NULL for native image. */ 406 PRTLDRREADER pReader; 405 407 } RTLDRMODINTERNAL; 406 408 … … 456 458 457 459 460 DECLHIDDEN(int) rtLdrReadAt(RTLDRMOD hLdrMod, void *pvBuf, RTFOFF off, size_t cb); 461 458 462 RT_C_DECLS_END 459 463
Note:
See TracChangeset
for help on using the changeset viewer.