Changeset 76585 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127888
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef.h
r76560 r76585 217 217 #endif 218 218 219 #endif 220 219 #endif /* !IPRT_INCLUDED_SRC_r3_alloc_ef_h */ 220 -
trunk/src/VBox/Runtime/r3/allocex.h
r76560 r76585 83 83 DECLHIDDEN(void) rtMemFreeExYyBitReach(void *pv, size_t cb, uint32_t fFlags); 84 84 85 #endif 85 #endif /* !IPRT_INCLUDED_SRC_r3_allocex_h */ 86 86 -
trunk/src/VBox/Runtime/r3/init.h
r76560 r76585 37 37 DECLHIDDEN(void) rtR3InitNativeObtrusive(uint32_t fFlags); 38 38 39 #endif 39 #endif /* !IPRT_INCLUDED_SRC_r3_init_h */ 40 40 -
trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h
r76560 r76585 70 70 } 71 71 72 #endif 72 #endif /* !IPRT_INCLUDED_SRC_r3_nt_internal_r3_nt_h */ 73 73 74 74 /** -
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.h
r76560 r76585 164 164 typedef int (*PFNRTSOLCORETHREADWORKER)(PRTSOLCORE pSolCore, void *pvThreadInfo); 165 165 166 #endif 166 #endif /* !IPRT_INCLUDED_SRC_r3_solaris_coredumper_solaris_h */ 167 167 -
trunk/src/VBox/Runtime/r3/win/internal-r3-win.h
r76560 r76585 209 209 210 210 211 #endif 212 211 #endif /* !IPRT_INCLUDED_SRC_r3_win_internal_r3_win_h */ 212 -
trunk/src/VBox/Runtime/r3/win/vcc100-fakes.h
r76560 r76585 128 128 129 129 130 #endif 130 #endif /* !IPRT_INCLUDED_SRC_r3_win_vcc100_fakes_h */ 131 131
Note:
See TracChangeset
for help on using the changeset viewer.