Changeset 73934 in vbox
- Timestamp:
- Aug 28, 2018 9:24:04 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73933 r73934 836 836 kHdrField_MapCollection = RT_BIT_32(24), 837 837 /** Array collection, i.e. the heade field may appear more than once. */ 838 kHdrField_ArrayCollection = RT_BIT_32(25) ,838 kHdrField_ArrayCollection = RT_BIT_32(25) 839 839 }; 840 840
Note:
See TracChangeset
for help on using the changeset viewer.