diff options
Diffstat (limited to 'src/VBox/Main/src-server/xpcom/server.h')
-rw-r--r-- | src/VBox/Main/src-server/xpcom/server.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/src-server/xpcom/server.h b/src/VBox/Main/src-server/xpcom/server.h index 96ae1c6c037..d81d0eea0d7 100644 --- a/src/VBox/Main/src-server/xpcom/server.h +++ b/src/VBox/Main/src-server/xpcom/server.h @@ -16,8 +16,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_LINUX_SERVER -#define ____H_LINUX_SERVER +#ifndef MAIN_INCLUDED_SRC_src_server_xpcom_server_h +#define MAIN_INCLUDED_SRC_src_server_xpcom_server_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -37,4 +37,4 @@ */ #define VBOXSVC_STARTUP_PIPE_NAME "vboxsvc:startup-pipe" -#endif /* ____H_LINUX_SERVER */ +#endif /* !MAIN_INCLUDED_SRC_src_server_xpcom_server_h */ |