summaryrefslogtreecommitdiff
path: root/include/iprt/cpp/mtlist.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-01-01 02:37:24 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2019-01-01 02:37:24 +0000
commitd882dfadace0f0c8bc1f459b6409a7edaae87615 (patch)
tree4a7bf6ffc397f4d7f7611e77af5d83321851fe2f /include/iprt/cpp/mtlist.h
parent41a9ece554fae100f51b2333b039837d3b49a9e6 (diff)
downloadVirtualBox-svn-d882dfadace0f0c8bc1f459b6409a7edaae87615.tar.gz
include/iprt: Use IPRT_INCLUDED_ rather than ___iprt_ as header guard prefix, letting scm enforce this (thereby avoiding copy&paste errors like rsa.h).
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76557 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'include/iprt/cpp/mtlist.h')
-rw-r--r--include/iprt/cpp/mtlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/iprt/cpp/mtlist.h b/include/iprt/cpp/mtlist.h
index 2085c8b9c27..2efc2c96c46 100644
--- a/include/iprt/cpp/mtlist.h
+++ b/include/iprt/cpp/mtlist.h
@@ -23,8 +23,8 @@
* terms and conditions of either the GPL or the CDDL or both.
*/
-#ifndef ___iprt_cpp_mtlist_h
-#define ___iprt_cpp_mtlist_h
+#ifndef IPRT_INCLUDED_cpp_mtlist_h
+#define IPRT_INCLUDED_cpp_mtlist_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif