summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/testcase/VDScriptInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Storage/testcase/VDScriptInternal.h')
-rw-r--r--src/VBox/Storage/testcase/VDScriptInternal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Storage/testcase/VDScriptInternal.h b/src/VBox/Storage/testcase/VDScriptInternal.h
index 38f318bcbbc..db4f5403ea7 100644
--- a/src/VBox/Storage/testcase/VDScriptInternal.h
+++ b/src/VBox/Storage/testcase/VDScriptInternal.h
@@ -15,8 +15,8 @@
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
-#ifndef _VDScriptInternal_h__
-#define _VDScriptInternal_h__
+#ifndef VBOX_INCLUDED_SRC_testcase_VDScriptInternal_h
+#define VBOX_INCLUDED_SRC_testcase_VDScriptInternal_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -108,4 +108,4 @@ DECLHIDDEN(int) vdScriptCtxInterprete(PVDSCRIPTCTXINT pThis, const char *pszFn,
PVDSCRIPTARG paArgs, unsigned cArgs,
PVDSCRIPTARG pRet);
-#endif /* _VDScriptInternal_h__ */
+#endif /* !VBOX_INCLUDED_SRC_testcase_VDScriptInternal_h */