diff options
Diffstat (limited to 'src/VBox/Main/include/AutoCaller.h')
-rw-r--r-- | src/VBox/Main/include/AutoCaller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/AutoCaller.h b/src/VBox/Main/include/AutoCaller.h index 9d7faaf0421..51856fb1cce 100644 --- a/src/VBox/Main/include/AutoCaller.h +++ b/src/VBox/Main/include/AutoCaller.h @@ -16,8 +16,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_AUTOCALLER -#define ____H_AUTOCALLER +#ifndef MAIN_INCLUDED_AutoCaller_h +#define MAIN_INCLUDED_AutoCaller_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -503,4 +503,4 @@ private: bool mUninitFailed : 1; }; -#endif // !____H_AUTOCALLER +#endif /* !MAIN_INCLUDED_AutoCaller_h */ |