Changeset 95194 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 3, 2022 8:51:25 PM (3 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/json.cpp
r93115 r95194 144 144 * @param pvBuf Where to store the read data. 145 145 * @param cbBuf How much to read. 146 * @param pcbRead Where to store the amount of data read on succ cess.146 * @param pcbRead Where to store the amount of data read on success. 147 147 */ 148 148 typedef DECLCALLBACKTYPE(int, FNRTJSONTOKENIZERREAD,(void *pvUser, size_t offInput, void *pvBuf, size_t cbBuf, -
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r93115 r95194 262 262 263 263 /* 264 * Got a match, update the global variables and report succ cess.264 * Got a match, update the global variables and report success. 265 265 */ 266 266 g_offrtNtPbQuantumEnd = pSet->KPRCB.offQuantumEnd;
Note:
See TracChangeset
for help on using the changeset viewer.