diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-01-01 03:22:50 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-01-01 03:22:50 +0000 |
commit | e32521bdf99a0c32c5745fab6b33fcd2689cfbc3 (patch) | |
tree | 318f385e516753b115bb68029a32fa350c1d47cc /src/VBox/Main/src-server/darwin/iokit.h | |
parent | f95af1d56106bb9ec1e3d9a5f0592fe72d93047d (diff) | |
download | VirtualBox-svn-e32521bdf99a0c32c5745fab6b33fcd2689cfbc3.tar.gz |
Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard prefixes with scm.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76562 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-server/darwin/iokit.h')
-rw-r--r-- | src/VBox/Main/src-server/darwin/iokit.h | 6 |
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 */ |