Changeset 85121 in vbox for trunk/src/VBox/Runtime/common/misc/json.cpp
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/json.cpp
r83425 r85121 146 146 * @param pcbRead Where to store the amount of data read on succcess. 147 147 */ 148 typedef DECLCALLBACK (int) FNRTJSONTOKENIZERREAD(void *pvUser, size_t offInput, void *pvBuf, size_t cbBuf,149 size_t *pcbRead);148 typedef DECLCALLBACKTYPE(int, FNRTJSONTOKENIZERREAD,(void *pvUser, size_t offInput, void *pvBuf, size_t cbBuf, 149 size_t *pcbRead)); 150 150 /** Pointer to a tokenizer read buffer callback. */ 151 151 typedef FNRTJSONTOKENIZERREAD *PFNRTJSONTOKENIZERREAD;
Note:
See TracChangeset
for help on using the changeset viewer.