Changeset 76618 in vbox for trunk/include/iprt
- Timestamp:
- Jan 2, 2019 7:52:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/xfs.h
r76616 r76618 25 25 */ 26 26 27 #ifndef ___iprt_formats_xfs_h 28 #define ___iprt_formats_xfs_h 27 #ifndef IPRT_INCLUDED_formats_xfs_h 28 #define IPRT_INCLUDED_formats_xfs_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> … … 386 389 /** @} */ 387 390 388 #endif 389 391 #endif /* !IPRT_INCLUDED_formats_xfs_h */ 392
Note:
See TracChangeset
for help on using the changeset viewer.