Changeset 66728 in vbox for trunk/include/iprt/formats
- Timestamp:
- Apr 29, 2017 1:04:56 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115132
- Location:
- trunk/include/iprt/formats
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/fat.h
r66689 r66728 30 30 #include <iprt/types.h> 31 31 #include <iprt/assert.h> 32 33 34 /** @defgroup grp_rt_formats_fat File Allocation Table (FAT) structures and definitions 35 * @ingroup grp_rt_formats 36 * @{ 37 */ 32 38 33 39 … … 678 684 typedef FATDIRENTRYUNION const *PCFATDIRENTRYUNION; 679 685 686 /** @} */ 687 680 688 #endif 681 689
Note:
See TracChangeset
for help on using the changeset viewer.