summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/ConsoleVRDPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/include/ConsoleVRDPServer.h')
-rw-r--r--src/VBox/Main/include/ConsoleVRDPServer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/ConsoleVRDPServer.h b/src/VBox/Main/include/ConsoleVRDPServer.h
index f5bce965336..66daf201484 100644
--- a/src/VBox/Main/include/ConsoleVRDPServer.h
+++ b/src/VBox/Main/include/ConsoleVRDPServer.h
@@ -15,8 +15,8 @@
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
-#ifndef ____H_CONSOLEVRDPSERVER
-#define ____H_CONSOLEVRDPSERVER
+#ifndef MAIN_INCLUDED_ConsoleVRDPServer_h
+#define MAIN_INCLUDED_ConsoleVRDPServer_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -410,5 +410,5 @@ private:
Console * const mParent;
};
-#endif // ____H_CONSOLEVRDPSERVER
+#endif /* !MAIN_INCLUDED_ConsoleVRDPServer_h */
/* vi: set tabstop=4 shiftwidth=4 expandtab: */