summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/darwin/iokit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-server/darwin/iokit.h')
-rw-r--r--src/VBox/Main/src-server/darwin/iokit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/src-server/darwin/iokit.h b/src/VBox/Main/src-server/darwin/iokit.h
index 94b5548954e..88595e29478 100644
--- a/src/VBox/Main/src-server/darwin/iokit.h
+++ b/src/VBox/Main/src-server/darwin/iokit.h
@@ -15,8 +15,8 @@
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
-#ifndef ___darwin_iokit_h___
-#define ___darwin_iokit_h___
+#ifndef MAIN_INCLUDED_SRC_src_server_darwin_iokit_h
+#define MAIN_INCLUDED_SRC_src_server_darwin_iokit_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif
@@ -87,4 +87,4 @@ PDARWINDVD DarwinGetDVDDrives(void);
PDARWINETHERNIC DarwinGetEthernetControllers(void);
RT_C_DECLS_END
-#endif
+#endif /* !MAIN_INCLUDED_SRC_src_server_darwin_iokit_h */