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/include/RecordingUtils.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/include/RecordingUtils.h')
| -rw-r--r-- | src/VBox/Main/include/RecordingUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/RecordingUtils.h b/src/VBox/Main/include/RecordingUtils.h index 525615d11a6..1feaf1a6842 100644 --- a/src/VBox/Main/include/RecordingUtils.h +++ b/src/VBox/Main/include/RecordingUtils.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_RECORDINGUTILS -#define ____H_RECORDINGUTILS +#ifndef MAIN_INCLUDED_RecordingUtils_h +#define MAIN_INCLUDED_RecordingUtils_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -204,5 +204,5 @@ int RecordingUtilsRGBToYUV(uint32_t uPixelFormat, uint8_t *paDst, uint32_t uDstWidth, uint32_t uDstHeight, uint8_t *paSrc, uint32_t uSrcWidth, uint32_t uSrcHeight); -#endif +#endif /* !MAIN_INCLUDED_RecordingUtils_h */ |
