Changeset 93688 in vbox for trunk/include/iprt
- Timestamp:
- Feb 11, 2022 1:59:20 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149858
- Location:
- trunk/include/iprt/sanitized
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/sanitized/iterator
r83790 r93688 24 24 */ 25 25 26 #ifndef IPRT_INCLUDED_sanitized_iterator _h27 #define IPRT_INCLUDED_sanitized_iterator _h26 #ifndef IPRT_INCLUDED_sanitized_iterator 27 #define IPRT_INCLUDED_sanitized_iterator 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once … … 47 47 #endif 48 48 49 #endif /* !IPRT_INCLUDED_sanitized_iterator _h*/49 #endif /* !IPRT_INCLUDED_sanitized_iterator */ 50 50 -
trunk/include/iprt/sanitized/sstream
r83790 r93688 24 24 */ 25 25 26 #ifndef IPRT_INCLUDED_sanitized_sstream _h27 #define IPRT_INCLUDED_sanitized_sstream _h26 #ifndef IPRT_INCLUDED_sanitized_sstream 27 #define IPRT_INCLUDED_sanitized_sstream 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once … … 49 49 #endif 50 50 51 #endif /* !IPRT_INCLUDED_sanitized_sstream _h*/51 #endif /* !IPRT_INCLUDED_sanitized_sstream */ 52 52 -
trunk/include/iprt/sanitized/string
r83781 r93688 24 24 */ 25 25 26 #ifndef IPRT_INCLUDED_sanitized_string _h27 #define IPRT_INCLUDED_sanitized_string _h26 #ifndef IPRT_INCLUDED_sanitized_string 27 #define IPRT_INCLUDED_sanitized_string 28 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 29 # pragma once … … 48 48 #endif 49 49 50 #endif /* !IPRT_INCLUDED_sanitized_string _h*/50 #endif /* !IPRT_INCLUDED_sanitized_string */ 51 51
Note:
See TracChangeset
for help on using the changeset viewer.