Changeset 73874 in vbox for trunk/include
- Timestamp:
- Aug 24, 2018 3:36:01 PM (6 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/json.h
r69105 r73874 139 139 140 140 /** 141 * Translates value type to a name. 142 * 143 * @returns Readonly name string 144 * @param enmType The JSON value type to name. 145 */ 146 RTDECL(const char *) RTJsonValueTypeName(RTJSONVALTYPE enmType); 147 148 /** 141 149 * Returns the string from a given JSON string value. 142 150 * -
trunk/include/iprt/mangling.h
r73765 r73874 1121 1121 # define RTJsonValueRelease RT_MANGLER(RTJsonValueRelease) 1122 1122 # define RTJsonValueRetain RT_MANGLER(RTJsonValueRetain) 1123 # define RTJsonValueTypeName RT_MANGLER(RTJsonValueTypeName) 1123 1124 # define RTKrnlModInfoGetFilePath RT_MANGLER(RTKrnlModInfoGetFilePath) 1124 1125 # define RTKrnlModInfoGetLoadAddr RT_MANGLER(RTKrnlModInfoGetLoadAddr)
Note:
See TracChangeset
for help on using the changeset viewer.