VirtualBox

Changeset 76563 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 1, 2019 3:53:56 AM (6 years ago)
Author:
vboxsync
Message:

Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes with scm.

Location:
trunk/src/VBox/Additions
Files:
1 added
156 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/mesa/include/assert.h

    r76553 r76563  
    2020 */
    2121
    22 #ifndef ___VBox_Mesa_Assert_h__
    23 #define ___VBox_Mesa_Assert_h__
     22#ifndef GA_INCLUDED_3D_MESA_assert_h
     23#define GA_INCLUDED_3D_MESA_assert_h
    2424#ifndef RT_WITHOUT_PRAGMA_ONCE
    2525# pragma once
     
    3131#define assert(_e) (void)( (!!(_e)) || (ASMBreakpoint(), 0) )
    3232
    33 #endif
     33#endif /* !GA_INCLUDED_3D_MESA_assert_h */
  • trunk/src/VBox/Additions/3D/mesa/include/git_sha1.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef ___VBox_Mesa_git_sha1_h__
    21 #define ___VBox_Mesa_git_sha1_h__
     20#ifndef GA_INCLUDED_3D_MESA_git_sha1_h
     21#define GA_INCLUDED_3D_MESA_git_sha1_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    2626/* Nothing. */
    2727
    28 #endif
     28#endif /* !GA_INCLUDED_3D_MESA_git_sha1_h */
  • trunk/src/VBox/Additions/3D/win/VBoxGL/GaDrvEnvKMT.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___GaDrvEnvKMT_h__
    19 #define ___GaDrvEnvKMT_h__
     18#ifndef GA_INCLUDED_SRC_3D_win_VBoxGL_GaDrvEnvKMT_h
     19#define GA_INCLUDED_SRC_3D_win_VBoxGL_GaDrvEnvKMT_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4646RT_C_DECLS_END
    4747
    48 #endif
     48#endif /* !GA_INCLUDED_SRC_3D_win_VBoxGL_GaDrvEnvKMT_h */
  • trunk/src/VBox/Additions/3D/win/VBoxSVGA/wddm_screen.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_VBoxSVGA_wddm_screen_h
    19 #define VBOX_INCLUDED_VBoxSVGA_wddm_screen_h
     18#ifndef GA_INCLUDED_SRC_3D_win_VBoxSVGA_wddm_screen_h
     19#define GA_INCLUDED_SRC_3D_win_VBoxSVGA_wddm_screen_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3434};
    3535
    36 #endif
     36#endif /* !GA_INCLUDED_SRC_3D_win_VBoxSVGA_wddm_screen_h */
    3737
  • trunk/src/VBox/Additions/3D/win/VBoxWddmUmHlp/UmHlpInternal.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___UmHlpInternal_h__
    19 #define ___UmHlpInternal_h__
     18#ifndef GA_INCLUDED_SRC_3D_win_VBoxWddmUmHlp_UmHlpInternal_h
     19#define GA_INCLUDED_SRC_3D_win_VBoxWddmUmHlp_UmHlpInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424#include "VBoxWddmUmHlp.h"
    2525
    26 #endif
     26#endif /* !GA_INCLUDED_SRC_3D_win_VBoxWddmUmHlp_UmHlpInternal_h */
  • trunk/src/VBox/Additions/3D/win/VBoxWddmUmHlp/VBoxWddmUmHlp.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxWddmUmHlp_h__
    19 #define ___VBoxWddmUmHlp_h__
     18#ifndef GA_INCLUDED_SRC_3D_win_VBoxWddmUmHlp_VBoxWddmUmHlp_h
     19#define GA_INCLUDED_SRC_3D_win_VBoxWddmUmHlp_VBoxWddmUmHlp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9898RT_C_DECLS_END
    9999
    100 #endif
     100#endif /* !GA_INCLUDED_SRC_3D_win_VBoxWddmUmHlp_VBoxWddmUmHlp_h */
  • trunk/src/VBox/Additions/3D/win/include/VBoxGaDriver.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxGaDriver_h__
    19 #define ___VBoxGaDriver_h__
     18#ifndef GA_INCLUDED_3D_WIN_VBoxGaDriver_h
     19#define GA_INCLUDED_3D_WIN_VBoxGaDriver_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9595#endif
    9696
    97 #endif
     97#endif /* !GA_INCLUDED_3D_WIN_VBoxGaDriver_h */
    9898
  • trunk/src/VBox/Additions/3D/win/include/VBoxGaHWInfo.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxGaHWInfo_h__
    19 #define ___VBoxGaHWInfo_h__
     18#ifndef GA_INCLUDED_3D_WIN_VBoxGaHWInfo_h
     19#define GA_INCLUDED_3D_WIN_VBoxGaHWInfo_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5252AssertCompile(RT_SIZEOFMEMB(VBOXGAHWINFO, u) <= RT_SIZEOFMEMB(VBOXGAHWINFO, u.au8Raw));
    5353
    54 #endif
     54#endif /* !GA_INCLUDED_3D_WIN_VBoxGaHWInfo_h */
  • trunk/src/VBox/Additions/3D/win/include/VBoxGaHwSVGA.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxGaHwSVGA_h__
    19 #define ___VBoxGaHwSVGA_h__
     18#ifndef GA_INCLUDED_3D_WIN_VBoxGaHwSVGA_h
     19#define GA_INCLUDED_3D_WIN_VBoxGaHwSVGA_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5454#pragma pack()
    5555
    56 #endif
     56#endif /* !GA_INCLUDED_3D_WIN_VBoxGaHwSVGA_h */
  • trunk/src/VBox/Additions/3D/win/include/VBoxGaNine.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxGaNine_h__
    19 #define ___VBoxGaNine_h__
     18#ifndef GA_INCLUDED_3D_WIN_VBoxGaNine_h
     19#define GA_INCLUDED_3D_WIN_VBoxGaNine_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4646#endif
    4747
    48 #endif
     48#endif /* !GA_INCLUDED_3D_WIN_VBoxGaNine_h */
  • trunk/src/VBox/Additions/3D/win/include/VBoxGaTypes.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxGaTypes_h__
    19 #define ___VBoxGaTypes_h__
     18#ifndef GA_INCLUDED_3D_WIN_VBoxGaTypes_h
     19#define GA_INCLUDED_3D_WIN_VBoxGaTypes_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7575#endif
    7676
    77 #endif
     77#endif /* !GA_INCLUDED_3D_WIN_VBoxGaTypes_h */
    7878
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoLog.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXVIDEOLOG_H
    19 #define VBOXVIDEOLOG_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_common_VBoxVideoLog_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_common_VBoxVideoLog_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    157157
    158158
    159 #endif /*VBOXVIDEOLOG_H*/
     159#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_common_VBoxVideoLog_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoTools.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxVideoTools_h__
    19 #define ___VBoxVideoTools_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_common_VBoxVideoTools_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_common_VBoxVideoTools_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    367367}
    368368
    369 #endif /* #ifndef ___VBoxVideoTools_h__ */
     369#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_common_VBoxVideoTools_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h

    r76553 r76563  
    2323 */
    2424
    25 #ifndef ___VBoxMPIf_h___
    26 #define ___VBoxMPIf_h___
     25#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_common_wddm_VBoxMPIf_h
     26#define GA_INCLUDED_SRC_WINNT_Graphics_Video_common_wddm_VBoxMPIf_h
    2727#ifndef RT_WITHOUT_PRAGMA_ONCE
    2828# pragma once
     
    986986#define VBOXWDDM_TRAILARRAY_MAXELEMENTSU32(_t, _af) ((uint32_t)(((~(0UL)) - (uint32_t)RT_OFFSETOF(_t, _af[0])) / RT_SIZEOFMEMB(_t, _af[0])))
    987987
    988 #endif /* #ifndef ___VBoxMPIf_h___ */
     988#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_common_wddm_VBoxMPIf_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoIOCTL.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXVIDEOIOCTL_H
    19 #define VBOXVIDEOIOCTL_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_common_xpdm_VBoxVideoIOCTL_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_common_xpdm_VBoxVideoIOCTL_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    159159#define VBOXVIDEO_REGISTRY_FLAGS_DISABLE_BITMAP_CACHE 0x00000001
    160160
    161 #endif /* !VBOXVIDEOIOCTL_H */
     161#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_common_xpdm_VBoxVideoIOCTL_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoPortAPI.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXVIDEOPORTAPI_H
    19 #define VBOXVIDEOPORTAPI_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_common_xpdm_VBoxVideoPortAPI_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_common_xpdm_VBoxVideoPortAPI_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8888} VBOXVIDEOPORTPROCS;
    8989
    90 #endif /* !VBOXVIDEOPORTAPI_H */
     90#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_common_xpdm_VBoxVideoPortAPI_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispD3DRcIf_h__
    19 #define ___VBoxDispD3DRcIf_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxD3DIf_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxD3DIf_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    147147#endif
    148148
    149 #endif /* ___VBoxDispD3DRcIf_h__ */
     149#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxD3DIf_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispCm.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispCm_h___
    19 #define ___VBoxDispCm_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispCm_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispCm_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3737void vboxDispCmLog(LPCSTR pszMsg);
    3838
    39 #endif /* #ifdef ___VBoxDispCm_h___ */
     39#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispCm_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispD3D_h___
    19 #define ___VBoxDispD3D_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3D_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3D_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    380380#endif
    381381
    382 #endif /* #ifndef ___VBoxDispD3D_h___ */
     382#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3D_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DBase.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispD3DBase_h
    19 #define ___VBoxDispD3DBase_h
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DBase_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DBase_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3333#include <d3dhal.h>
    3434
    35 #endif
     35#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DBase_h */
    3636
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DCmn.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispD3DCmn_h___
    19 #define ___VBoxDispD3DCmn_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DCmn_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DCmn_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5858# endif
    5959
    60 #endif /* #ifndef ___VBoxDispD3DCmn_h___ */
     60#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DCmn_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispD3DIf_h___
    19 #define ___VBoxDispD3DIf_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DIf_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DIf_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    121121#endif
    122122
    123 #endif /* ifndef ___VBoxDispD3DIf_h___ */
     123#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispD3DIf_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispDbg_h__
    19 #define ___VBoxDispDbg_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispDbg_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispDbg_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    660660
    661661
    662 #endif /* #ifndef ___VBoxDispDbg_h__ */
     662#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispDbg_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispMpInternal.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispMpInternal_h__
    19 #define ___VBoxDispMpInternal_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispMpInternal_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispMpInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3030#endif
    3131
    32 #endif /* #ifndef ___VBoxDispMpInternal_h__ */
     32#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispMpInternal_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispProfile.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispProfile_h__
    19 #define ___VBoxDispProfile_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispProfile_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispProfile_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    421421//        VBOXDISPPROFILE_FUNCTION_LOGGER_DEFINE(_p)
    422422
    423 #endif /* #ifndef ___VBoxDispProfile_h__ */
     423#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxDispProfile_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxUhgsmiBase_h__
    19 #define ___VBoxUhgsmiBase_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiBase_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiBase_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    212212}
    213213
    214 #endif /* #ifndef ___VBoxUhgsmiBase_h__ */
     214#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiBase_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiDisp.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxUhgsmiDisp_h__
    19 #define ___VBoxUhgsmiDisp_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiDisp_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiDisp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3535void vboxUhgsmiD3DEscInit(PVBOXUHGSMI_PRIVATE_D3D pHgsmi, struct VBOXWDDMDISP_DEVICE *pDevice);
    3636
    37 #endif /* #ifndef ___VBoxUhgsmiDisp_h__ */
     37#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiDisp_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiKmt.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxUhgsmiKmt_h__
    19 #define ___VBoxUhgsmiKmt_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiKmt_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiKmt_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4141HRESULT vboxUhgsmiKmtCreate(PVBOXUHGSMI_PRIVATE_KMT pHgsmi, BOOL bD3D);
    4242
    43 #endif /* #ifndef ___VBoxUhgsmiKmt_h__ */
     43#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_VBoxUhgsmiKmt_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDdi.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___GaDdi_h__
    19 #define ___GaDdi_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_GaDdi_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_GaDdi_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4545HRESULT APIENTRY GaDdiOpenResource(HANDLE hDevice, D3DDDIARG_OPENRESOURCE *pResource);
    4646
    47 #endif
     47#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_GaDdi_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDrvEnvWddm.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___GaDrvEnvWddm_h__
    19 #define ___GaDrvEnvWddm_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_GaDrvEnvWddm_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_GaDrvEnvWddm_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9797};
    9898
    99 #endif
     99#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_GaDrvEnvWddm_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxD3DAdapter9.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef ___VBoxD3DAdapter9_h__
    21 #define ___VBoxD3DAdapter9_h__
     20#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxD3DAdapter9_h
     21#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxD3DAdapter9_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    4949#endif
    5050
    51 #endif
     51#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxD3DAdapter9_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGaD3DDevice9Ex.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef ___VBoxGaD3DDevice9Ex_h__
    21 #define ___VBoxGaD3DDevice9Ex_h__
     20#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxGaD3DDevice9Ex_h
     21#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxGaD3DDevice9Ex_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    201201};
    202202
    203 #endif
     203#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxGaD3DDevice9Ex_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGallium.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxGallium_h__
    19 #define ___VBoxGallium_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxGallium_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxGallium_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9292HRESULT GaD3DResourceSynchMem(struct VBOXWDDMDISP_RESOURCE *pRc, bool fToBackend);
    9393
    94 #endif
     94#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxGallium_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxPresent.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef ___VBoxPresent_h__
    21 #define ___VBoxPresent_h__
     20#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxPresent_h
     21#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxPresent_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    8282#endif
    8383
    84 #endif
     84#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_VBoxPresent_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9render.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __D3D9RENDER__H
    19 #define __D3D9RENDER__H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_test_d3d9render_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_test_d3d9render_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4646void DeleteRender(D3D9Render *pRender);
    4747
    48 #endif
     48#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_test_d3d9render_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3dhlp.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __D3DHLP__H
    19 #define __D3DHLP__H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_test_d3dhlp_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_test_d3dhlp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    109109HRESULT d3dCreateCubeVertexBuffer(IDirect3DDevice9 *pDevice, float EdgeLength, IDirect3DVertexBuffer9 **ppVertexBuffer);
    110110
    111 #endif
     111#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_gallium_test_d3dhlp_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispKmt.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxDispKmt_h__
    19 #define ___VBoxDispKmt_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_shared_VBoxDispKmt_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_shared_VBoxDispKmt_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    143143
    144144
    145 #endif /* #ifndef ___VBoxDispKmt_h__ */
     145#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_shared_VBoxDispKmt_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispMpLogger.h

    r76553 r76563  
    2121 * and submit it to host via standard r0 backdoor logging api accordingly */
    2222
    23 #ifndef ___VBoxDispMpLogger_h__
    24 #define ___VBoxDispMpLogger_h__
     23#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_shared_VBoxDispMpLogger_h
     24#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_shared_VBoxDispMpLogger_h
    2525#ifndef RT_WITHOUT_PRAGMA_ONCE
    2626# pragma once
     
    5555RT_C_DECLS_END
    5656
    57 #endif /* #ifndef ___VBoxDispMpLogger_h__ */
     57#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_wddm_shared_VBoxDispMpLogger_h */
    5858
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISP_H
    19 #define VBOXDISP_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDisp_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDisp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    222222}
    223223
    224 #endif /*VBOXDISP_H*/
     224#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDisp_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDDraw.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISPDDRAW_H
    19 #define VBOXDISPDDRAW_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispDDraw_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispDDraw_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4545#endif
    4646
    47 #endif /*!VBOXDISPDDRAW_H*/
     47#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispDDraw_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDrawCmd.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISPDRAWCMD_H
    19 #define VBOXDISPDRAWCMD_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispDrawCmd_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispDrawCmd_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    139139#undef VBVA_DECL_OP
    140140
    141 #endif /*VBOXDISPDRAWCMD_H*/
     141#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispDrawCmd_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispInternal.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISPINTERNAL_H
    19 #define VBOXDISPINTERNAL_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispInternal_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    171171}
    172172
    173 #endif /*VBOXDISPINTERNAL_H*/
     173#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispInternal_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispMini.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISPMINI_H
    19 #define VBOXDISPMINI_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispMini_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispMini_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4343int VBoxDispMPQueryRegistryFlags(HANDLE hDriver, ULONG *pulFlags);
    4444
    45 #endif /* !VBOXDISPMINI_H */
     45#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispMini_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVHWA.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISPVHWA_H
    19 #define VBOXDISPVHWA_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispVHWA_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispVHWA_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    132132uint32_t VBoxDispVHWASupportedDDCEYCAPS(uint32_t caps);
    133133
    134 #endif /* !VBOXDISPVHWA_H */
     134#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispVHWA_h */
    135135
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpBmp.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXDISPVRDPBMP_H
    19 #define VBOXDISPVRDPBMP_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispVrdpBmp_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispVrdpBmp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8282int vrdpbmpCacheSurface (VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce);
    8383
    84 #endif /* !VBOXDISPVRDPBMP_H */
     84#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_disp_xpdm_VBoxDispVrdpBmp_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMPCOMMON_H
    19 #define VBOXMPCOMMON_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPCommon_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPCommon_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5959RT_C_DECLS_END
    6060
    61 #endif /*VBOXMPCOMMON_H*/
     61#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPCommon_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMPDEVEXT_H
    19 #define VBOXMPDEVEXT_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPDevExt_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPDevExt_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    305305#endif /*VBOX_WDDM_MINIPORT*/
    306306
    307 #endif /*VBOXMPDEVEXT_H*/
     307#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPDevExt_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMPHGSMI_H
    19 #define VBOXMPHGSMI_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPHGSMI_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPHGSMI_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2929RT_C_DECLS_END
    3030
    31 #endif /*!VBOXMPHGSMI_H*/
     31#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPHGSMI_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMPUTILS_H
    19 #define VBOXMPUTILS_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPUtils_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPUtils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    115115#endif
    116116
    117 #endif
     117#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_common_VBoxMPUtils_h */
    118118
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPCm_h___
    19 #define ___VBoxMPCm_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPCm_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPCm_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6161NTSTATUS vboxVideoCmEscape(PVBOXVIDEOCM_CTX pContext, PVBOXDISPIFESCAPE_GETVBOXVIDEOCMCMD pCmd, uint32_t cbCmd);
    6262
    63 #endif /* #ifndef ___VBoxMPCm_h___ */
     63#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPCm_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPCr_h__
    19 #define ___VBoxMPCr_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPCr_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPCr_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    232232#endif /* #ifdef VBOX_WITH_CROGL */
    233233
    234 #endif /* #ifndef ___VBoxMPCr_h__ */
    235 
     234#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPCr_h */
     235
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPMisc_h__
    19 #define ___VBoxMPMisc_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPMisc_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPMisc_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    189189void vboxWddmDmSetupDefaultVramLocation(PVBOXMP_DEVEXT pDevExt, D3DDDI_VIDEO_PRESENT_SOURCE_ID ModifiedVidPnSourceId, struct VBOXWDDM_SOURCE *paSources);
    190190
    191 #endif /* #ifndef ___VBoxMPMisc_h__ */
     191#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPMisc_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPShgsmi_h___
    19 #define ___VBoxMPShgsmi_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPShgsmi_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPShgsmi_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8282int VBoxSHGSMICommandPostprocessCompletion(PVBOXSHGSMI pHeap, struct VBOXVTLIST * pPostProcessList);
    8383
    84 #endif /* #ifndef ___VBoxMPShgsmi_h___ */
     84#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPShgsmi_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPTypes_h___
    19 #define ___VBoxMPTypes_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPTypes_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPTypes_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    371371} VBOXWDDM_VMODES;
    372372
    373 #endif /* #ifndef ___VBoxMPTypes_h___ */
     373#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPTypes_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPVModes_h__
    19 #define ___VBoxMPVModes_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVModes_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVModes_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4444NTSTATUS VBoxWddmChildStatusConnect(PVBOXMP_DEVEXT pDevExt, uint32_t iChild, BOOLEAN fConnect);
    4545
    46 #endif /* ___VBoxMPVModes_h__ */
     46#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVModes_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPVbva_h___
    19 #define ___VBoxMPVbva_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVbva_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVbva_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    248248#endif /* #ifdef VBOX_WITH_CROGL */
    249249
    250 #endif /* #ifndef ___VBoxMPVbva_h___ */
     250#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVbva_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPVdma_h___
    19 #define ___VBoxMPVdma_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVdma_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVdma_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    322322#endif
    323323
    324 #endif /* #ifndef ___VBoxMPVdma_h___ */
     324#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVdma_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPVhwa_h___
    19 #define ___VBoxMPVhwa_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVhwa_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVhwa_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7575void vboxVhwaHlpOverlayDstRectGet(PVBOXMP_DEVEXT pDevExt, PVBOXWDDM_OVERLAY pOverlay, RECT *pRect);
    7676
    77 #endif /* #ifndef ___VBoxMPVhwa_h___ */
     77#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVhwa_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPVidPn_h___
    19 #define ___VBoxMPVidPn_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVidPn_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVidPn_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    374374NTSTATUS VBoxVidPnUpdateModes(PVBOXMP_DEVEXT pDevExt, uint32_t u32TargetId, const RTRECTSIZE *pSize);
    375375
    376 #endif /* #ifndef ___VBoxMPVidPn_h___ */
     376#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPVidPn_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPWddm_h___
    19 #define ___VBoxMPWddm_h___
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPWddm_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPWddm_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    219219    } while (0)
    220220
    221 #endif /* #ifndef ___VBoxMPWddm_h___ */
    222 
     221#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_VBoxMPWddm_h */
     222
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___Svga_h__
    19 #define ___Svga_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_Svga_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_Svga_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    291291                        void *pvOwner);
    292292
    293 #endif
     293#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_Svga_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaCmd.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___SvgaCmd_h__
    19 #define ___SvgaCmd_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaCmd_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaCmd_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6262                                  RECT const *paDstClipRects);
    6363
    64 #endif
     64#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaCmd_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaFifo.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___SvgaFifo_h__
    19 #define ___SvgaFifo_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaFifo_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaFifo_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2929void SvgaFifoCommit(PVBOXWDDM_EXT_VMSVGA pSvga, uint32_t cbActual);
    3030
    31 #endif
     31#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaFifo_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/SvgaHw.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___SvgaHw_h__
    19 #define ___SvgaHw_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaHw_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaHw_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8989}
    9090
    91 #endif
     91#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_SvgaHw_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaUtils.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPGaUtils_h__
    19 #define ___VBoxMPGaUtils_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaUtils_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaUtils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5555                  uint32_t u32Id);
    5656
    57 #endif
     57#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaUtils_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxMPGaWddm_h__
    19 #define ___VBoxMPGaWddm_h__
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaWddm_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaWddm_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8787}
    8888
    89 #endif
     89#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaWddm_h */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMPINTERNAL_H
    19 #define VBOXMPINTERNAL_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_xpdm_VBoxMPInternal_h
     19#define GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_xpdm_VBoxMPInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6767BOOLEAN VBoxMPQueryRegistryFlags(PVBOXMP_DEVEXT pExt, ULONG *pulFlags, PSTATUS_BLOCK pStatus);
    6868
    69 #endif /*VBOXMPINTERNAL_H*/
     69#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_xpdm_VBoxMPInternal_h */
  • trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/exdll.h

    r76540 r76563  
    1919 */
    2020
    21 #ifndef _EXDLL_H_
    22 #define _EXDLL_H_
     21#ifndef GA_INCLUDED_SRC_WINNT_Installer_InstallHelper_exdll_h
     22#define GA_INCLUDED_SRC_WINNT_Installer_InstallHelper_exdll_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    122122        lstrcpyA(g_variables + varnum*g_stringsize, var);
    123123}
    124 #endif//_EXDLL_H_
     124#endif /* !GA_INCLUDED_SRC_WINNT_Installer_InstallHelper_exdll_h */
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/resource.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_Installer_Loader_resource_h
    19 #define VBOX_INCLUDED_Installer_Loader_resource_h
     18#ifndef GA_INCLUDED_SRC_WINNT_Installer_Loader_resource_h
     19#define GA_INCLUDED_SRC_WINNT_Installer_Loader_resource_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424#define IDI_VIRTUALBOX 101
    2525
    26 #endif
     26#endif /* !GA_INCLUDED_SRC_WINNT_Installer_Loader_resource_h */
    2727
  • trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMF_H
    19 #define VBOXMF_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Mouse_NT5_VBoxMF_h
     19#define GA_INCLUDED_SRC_WINNT_Mouse_NT5_VBoxMF_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8585VOID VBoxDrvNotifyServiceCB(PVBOXMOUSE_DEVEXT pDevExt, PMOUSE_INPUT_DATA InputDataStart, PMOUSE_INPUT_DATA InputDataEnd, PULONG  InputDataConsumed);
    8686
    87 #endif /*VBOXMF_H*/
     87#endif /* !GA_INCLUDED_SRC_WINNT_Mouse_NT5_VBoxMF_h */
  • trunk/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOXMOUSELOG_H
    19 #define VBOXMOUSELOG_H
     18#ifndef GA_INCLUDED_SRC_WINNT_Mouse_common_VBoxMouseLog_h
     19#define GA_INCLUDED_SRC_WINNT_Mouse_common_VBoxMouseLog_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7070#define LOGF_LEAVE() LOGF(("LEAVE"))
    7171
    72 #endif /* !VBOXMOUSELOG_H */
     72#endif /* !GA_INCLUDED_SRC_WINNT_Mouse_common_VBoxMouseLog_h */
    7373
  • trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBSF_H
    19 #define VBSF_H
     18#ifndef GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsf_h
     19#define GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsf_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    209209                             PMRX_VBOX_FOBX pVBoxFobx);
    210210
    211 #endif /* VBSF_H */
     211#endif /* !GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsf_h */
  • trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBSFHLP__H
    19 #define __VBSFHLP__H
     18#ifndef GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsfhlp_h
     19#define GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsfhlp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6969NTSTATUS vbsfShflStringFromUnicodeAlloc(PSHFLSTRING *ppShflString, const WCHAR *pwc, uint16_t cb);
    7070
    71 #endif /* !__VBSFHLP__H */
     71#endif /* !GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsfhlp_h */
    7272
  • trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfshared.h

    r76553 r76563  
    1919 */
    2020
    21 #ifndef VBSFSHARED_H
    22 #define VBSFSHARED_H
     21#ifndef GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsfshared_h
     22#define GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsfshared_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    5656#define IOCTL_MRX_VBOX_STOP          _MRX_VBOX_CONTROL_CODE(107, METHOD_BUFFERED, FILE_ANY_ACCESS)
    5757
    58 #endif /* VBSFSHARED_H */
     58#endif /* !GA_INCLUDED_SRC_WINNT_SharedFolders_driver_vbsfshared_h */
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvCredential.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOX_CREDPROV_CREDENTIAL_H___
    19 #define ___VBOX_CREDPROV_CREDENTIAL_H___
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvCredential_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvCredential_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    124124    bool                                  m_fIsSelected;
    125125};
    126 #endif /* !___VBOX_CREDPROV_CREDENTIAL_H___ */
     126#endif /* !GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvCredential_h */
    127127
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvFactory.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOX_CREDPROV_FACTORY_H___
    19 #define ___VBOX_CREDPROV_FACTORY_H___
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvFactory_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvFactory_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5252    friend HRESULT VBoxCredentialProviderCreate(REFCLSID classID, REFIID interfaceID, void **ppvInterface);
    5353};
    54 #endif /* !___VBOX_CREDPROV_FACTORY_H___ */
     54#endif /* !GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvFactory_h */
    5555
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvPoller.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOX_CREDPROV_POLLER_H___
    19 #define ___VBOX_CREDPROV_POLLER_H___
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvPoller_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvPoller_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4949};
    5050
    51 #endif /* !___VBOX_CREDPROV_POLLER_H___ */
     51#endif /* !GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvPoller_h */
    5252
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvProvider.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOX_CREDPROV_PROVIDER_H___
    19 #define ___VBOX_CREDPROV_PROVIDER_H___
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvProvider_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvProvider_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9898};
    9999
    100 #endif /* !___VBOX_CREDPROV_PROVIDER_H___ */
     100#endif /* !GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvProvider_h */
    101101
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.h

    r76553 r76563  
    1515 */
    1616
    17 #ifndef ___VBOX_CREDPROV_UTILS_H___
    18 #define ___VBOX_CREDPROV_UTILS_H___
     17#ifndef GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvUtils_h
     18#define GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvUtils_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    2828int  VBoxCredProvReportStatus(VBoxGuestFacilityStatus enmStatus);
    2929
    30 #endif /* !___VBOX_CREDPROV_UTILS_H___ */
     30#endif /* !GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredProvUtils_h */
    3131
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredentialProvider.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOX_CREDENTIALPROVIDER_H___
    19 #define ___VBOX_CREDENTIALPROVIDER_H___
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredentialProvider_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredentialProvider_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    102102                                     REFIID interfaceID, void **ppvInterface);
    103103
    104 #endif /* !___VBOX_CREDENTIALPROVIDER_H___ */
     104#endif /* !GA_INCLUDED_SRC_WINNT_VBoxCredProv_VBoxCredentialProvider_h */
    105105
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___H_GINADIALOG
    19 #define ___H_GINADIALOG
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxGINA_Dialog_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxGINA_Dialog_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424void hookDialogBoxes(PVOID pWinlogonFunctions, DWORD dwWlxVersion);
    2525
    26 #endif /* !___H_GINADIALOG */
     26#endif /* !GA_INCLUDED_SRC_WINNT_VBoxGINA_Dialog_h */
    2727
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___H_GINAHELPER
    19 #define ___H_GINAHELPER
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxGINA_Helper_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxGINA_Helper_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3434int VBoxGINAReportStatus(VBoxGuestFacilityStatus enmStatus);
    3535
    36 #endif /* !___H_GINAHELPER */
     36#endif /* !GA_INCLUDED_SRC_WINNT_VBoxGINA_Helper_h */
    3737
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXGINA_H__
    19 #define __VBOXGINA_H__
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxGINA_VBoxGINA_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxGINA_VBoxGINA_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5858/** @}  */
    5959
    60 #endif /* !__VBOXGINA_H__ */
     60#endif /* !GA_INCLUDED_SRC_WINNT_VBoxGINA_VBoxGINA_h */
    6161
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H
    19 #define __VBOXSERVICESHAREDCLIPLBOARD__H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxClipboard_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxClipboard_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
    2222#endif
    2323
    24 #endif /* !__VBOXSERVICESHAREDCLIPLBOARD__H */
     24#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxClipboard_h */
    2525
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_VBoxTray_VBoxDispIf_h
    19 #define VBOX_INCLUDED_VBoxTray_VBoxDispIf_h
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDispIf_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDispIf_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    119119DWORD VBoxDispIfSeamlessSubmit(VBOXDISPIF_SEAMLESS *pSeamless, VBOXDISPIFESCAPE *pData, int cbData);
    120120
    121 #endif
     121#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDispIf_h */
    122122
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXSERVICEDISPLAY__H
    19 #define __VBOXSERVICEDISPLAY__H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDisplay_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDisplay_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3636#endif
    3737
    38 #endif /* !__VBOXSERVICEDISPLAY__H */
     38#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDisplay_h */
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXTRAYDND__H
    19 #define __VBOXTRAYDND__H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDnD_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDnD_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    412412};
    413413
    414 #endif /* !__VBOXTRAYDND__H */
    415 
     414#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxDnD_h */
     415
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOXTRAY_HELPERS_H
    19 #define ___VBOXTRAY_HELPERS_H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxHelpers_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxHelpers_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3535extern int hlpShowBalloonTip(HINSTANCE hInst, HWND hWnd, UINT uID, const char *pszMsg, const char *pszTitle, UINT uTimeout, DWORD dwInfoFlags);
    3636
    37 #endif /* !___VBOXTRAY_HELPERS_H */
     37#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxHelpers_h */
    3838
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h

    r76553 r76563  
    1717 */
    1818
    19 #ifndef ___VBoxHostVersion_h
    20 #define ___VBoxHostVersion_h
     19#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxHostVersion_h
     20#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxHostVersion_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    2525int VBoxCheckHostVersion();
    2626
    27 #endif /* !___VBoxHostVersion_h */
     27#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxHostVersion_h */
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef __VBOXTRAYIPCSERVER__H
    21 #define __VBOXTRAYIPCSERVER__H
     20#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxIPC_h
     21#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxIPC_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    2929void               VBoxIPCDestroy (const VBOXSERVICEENV *pEnv, void *pInstance);
    3030
    31 #endif /* !__VBOXTRAYIPCSERVER__H */
     31#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxIPC_h */
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXSERVICELA__H
    19 #define __VBOXSERVICELA__H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxLA_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxLA_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
    2222#endif
    2323
    24 #endif /* !__VBOXSERVICELA__H */
     24#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxLA_h */
    2525
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXSERVICESEAMLESS__H
    19 #define __VBOXSERVICESEAMLESS__H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxSeamless_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxSeamless_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2828void VBoxSeamlessSetSupported(BOOL fSupported);
    2929
    30 #endif /* !__VBOXSERVICESEAMLESS__H */
     30#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxSeamless_h */
    3131
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxSharedFolders_h
    19 #define ___VBoxSharedFolders_h
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxSharedFolders_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxSharedFolders_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2525int VBoxSharedFoldersAutoMount(void);
    2626
    27 #endif /* !___VBoxSharedFolders_h */
     27#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxSharedFolders_h */
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOXTRAY_H
    19 #define ___VBOXTRAY_H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxTray_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxTray_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    193193RTEXITCODE VBoxTrayShowError(const char *pszFormat, ...);
    194194
    195 #endif /* !___VBOXTRAY_H */
     195#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxTray_h */
    196196
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTrayMsg.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOXTRAY_MSG_H
    19 #define ___VBOXTRAY_MSG_H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxTrayMsg_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxTrayMsg_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9898} VBOXTRAYIPCRES_USERLASTINPUT, *PVBOXTRAYIPCRES_USERLASTINPUT;
    9999
    100 #endif /* !___VBOXTRAY_MSG_H */
     100#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxTrayMsg_h */
    101101
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef __VBOXSERVICEVRDP__H
    19 #define __VBOXSERVICEVRDP__H
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxVRDP_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxVRDP_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2727void               VBoxVRDPDestroy (const VBOXSERVICEENV *pEnv, void *pInstance);
    2828
    29 #endif /* !__VBOXSERVICEVRDP__H */
     29#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_VBoxVRDP_h */
  • trunk/src/VBox/Additions/WINNT/VBoxTray/resource.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_VBoxTray_resource_h
    19 #define VBOX_INCLUDED_VBoxTray_resource_h
     18#ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_resource_h
     19#define GA_INCLUDED_SRC_WINNT_VBoxTray_resource_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424#define IDI_VIRTUALBOX 101
    2525
    26 #endif
     26#endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_resource_h */
  • trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h

    r76553 r76563  
    1515 */
    1616
    17 #ifndef ___winnt_include_VBoxDisplay_h___
    18 #define ___winnt_include_VBoxDisplay_h___
     17#ifndef GA_INCLUDED_WINNT_VBoxDisplay_h
     18#define GA_INCLUDED_WINNT_VBoxDisplay_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    123123#endif /* VBOX_WITH_WDDM */
    124124
    125 #endif
     125#endif /* !GA_INCLUDED_WINNT_VBoxDisplay_h */
    126126
  • trunk/src/VBox/Additions/WINNT/include/VBoxHook.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___winnt_include_VBoxHook_h
    19 #define ___winnt_include_VBoxHook_h
     18#ifndef GA_INCLUDED_WINNT_VBoxHook_h
     19#define GA_INCLUDED_WINNT_VBoxHook_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4141BOOL VBoxHookRemoveWindowTracker();
    4242
    43 #endif
     43#endif /* !GA_INCLUDED_WINNT_VBoxHook_h */
    4444
  • trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtilResource-win.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_tools_VBoxCertUtilResource_win_h
    19 #define VBOX_INCLUDED_tools_VBoxCertUtilResource_win_h
     18#ifndef GA_INCLUDED_SRC_WINNT_tools_VBoxCertUtilResource_win_h
     19#define GA_INCLUDED_SRC_WINNT_tools_VBoxCertUtilResource_win_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424#define IDI_VIRTUALBOX 101
    2525
    26 #endif
     26#endif /* !GA_INCLUDED_SRC_WINNT_tools_VBoxCertUtilResource_win_h */
    2727
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h

    r76553 r76563  
    5454 */
    5555
    56 #ifndef ___VBoxGuest_haiku_h
    57 #define ___VBoxGuest_haiku_h
     56#ifndef GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuest_haiku_h
     57#define GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuest_haiku_h
    5858#ifndef RT_WITHOUT_PRAGMA_ONCE
    5959# pragma once
     
    235235#endif
    236236
    237 #endif /* !___VBoxGuest_haiku_h */
    238 
     237#endif /* !GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuest_haiku_h */
     238
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___VBoxGuestInternal_h
    28 #define ___VBoxGuestInternal_h
     27#ifndef GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuestInternal_h
     28#define GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuestInternal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    402402RT_C_DECLS_END
    403403
    404 #endif
    405 
     404#endif /* !GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuestInternal_h */
     405
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibInternal.h

    r76557 r76563  
    2929 */
    3030
    31 #ifndef ___VBoxGuestLib_VBoxGuestR0LibInternal_h
    32 #define ___VBoxGuestLib_VBoxGuestR0LibInternal_h
     31#ifndef GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR0LibInternal_h
     32#define GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR0LibInternal_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
     
    199199RT_C_DECLS_END
    200200
    201 #endif /* !___VBoxGuestLib_VBoxGuestR0LibInternal_h */
    202 
     201#endif /* !GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR0LibInternal_h */
     202
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibInternal.h

    r76557 r76563  
    2525 */
    2626
    27 #ifndef ___VBoxGuestR3LibInternal_h
    28 #define ___VBoxGuestR3LibInternal_h
     27#ifndef GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR3LibInternal_h
     28#define GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR3LibInternal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    116116RT_C_DECLS_END
    117117
    118 #endif
     118#endif /* !GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR3LibInternal_h */
    119119
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxServiceControl_h
    19 #define ___VBoxServiceControl_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServiceControl_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServiceControl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    331331RT_C_DECLS_END
    332332
    333 #endif
    334 
     333#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServiceControl_h */
     334
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r76557 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxServiceInternal_h
    19 #define ___VBoxServiceInternal_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServiceInternal_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServiceInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    249249RT_C_DECLS_END
    250250
    251 #endif
    252 
     251#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServiceInternal_h */
     252
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxServicePropCache_h
    19 #define ___VBoxServicePropCache_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServicePropCache_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServicePropCache_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5353#endif /* VBOX_WITH_GUEST_PROPS */
    5454
    55 #endif
     55#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServicePropCache_h */
    5656
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_VBoxServiceResource_win_h
    19 #define VBOX_INCLUDED_VBoxServiceResource_win_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServiceResource_win_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServiceResource_win_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424#define IDI_VIRTUALBOX 101
    2525
    26 #endif
     26#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServiceResource_win_h */
    2727
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxServiceToolBox_h
    19 #define ___VBoxServiceToolBox_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServiceToolBox_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServiceToolBox_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2929RT_C_DECLS_END
    3030
    31 #endif /* !___VBoxServiceToolBox_h */
     31#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServiceToolBox_h */
    3232
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxServiceUtils_h
    19 #define ___VBoxServiceUtils_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServiceUtils_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServiceUtils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3737#endif
    3838
    39 #endif
     39#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServiceUtils_h */
    4040
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxServiceVMInfo_h
    19 #define ___VBoxServiceVMInfo_h
     18#ifndef GA_INCLUDED_SRC_common_VBoxService_VBoxServiceVMInfo_h
     19#define GA_INCLUDED_SRC_common_VBoxService_VBoxServiceVMInfo_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2929extern uint32_t g_uVMInfoUserIdleThresholdMS;
    3030
    31 #endif
     31#endif /* !GA_INCLUDED_SRC_common_VBoxService_VBoxServiceVMInfo_h */
    3232
  • trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.h

    r76533 r76563  
    55 */
    66
    7 #ifndef ARRAY_SPU_H
    8 #define ARRAY_SPU_H
     7#ifndef GA_INCLUDED_SRC_common_crOpenGL_array_arrayspu_h
     8#define GA_INCLUDED_SRC_common_crOpenGL_array_arrayspu_h
    99#ifndef RT_WITHOUT_PRAGMA_ONCE
    1010# pragma once
     
    4444#endif
    4545
    46 #endif /* ARRAY_SPU_H */
     46#endif /* !GA_INCLUDED_SRC_common_crOpenGL_array_arrayspu_h */
  • trunk/src/VBox/Additions/common/crOpenGL/dri_drv.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef ___CROPENGL_DRIDRV_H
    21 #define ___CROPENGL_DRIDRV_H
     20#ifndef GA_INCLUDED_SRC_common_crOpenGL_dri_drv_h
     21#define GA_INCLUDED_SRC_common_crOpenGL_dri_drv_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    2929#include "src/mesa/main/dd.h"
    3030
    31 #endif /* ___CROPENGL_DRIDRV_H */
     31#endif /* !GA_INCLUDED_SRC_common_crOpenGL_dri_drv_h */
    3232
  • trunk/src/VBox/Additions/common/crOpenGL/dri_glx.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef ___CROPENGL_DRI_GLX_H
    21 #define ___CROPENGL_DRI_GLX_H
     20#ifndef GA_INCLUDED_SRC_common_crOpenGL_dri_glx_h
     21#define GA_INCLUDED_SRC_common_crOpenGL_dri_glx_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    163163#endif /* GLX_EXTRAS */
    164164
    165 #endif //___CROPENGL_DRI_GLX_H
     165#endif /* !GA_INCLUDED_SRC_common_crOpenGL_dri_glx_h */
  • trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___CROPENGL_FAKEDRIDRV_H
    19 #define ___CROPENGL_FAKEDRIDRV_H
     18#ifndef GA_INCLUDED_SRC_common_crOpenGL_fakedri_drv_h
     19#define GA_INCLUDED_SRC_common_crOpenGL_fakedri_drv_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    120120#endif
    121121
    122 #endif /* !___CROPENGL_FAKEDRIDRV_H */
     122#endif /* !GA_INCLUDED_SRC_common_crOpenGL_fakedri_drv_h */
    123123
  • trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.h

    r76533 r76563  
    55 */
    66
    7 #ifndef FEEDBACK_SPU_H
    8 #define FEEDBACK_SPU_H
     7#ifndef GA_INCLUDED_SRC_common_crOpenGL_feedback_feedbackspu_h
     8#define GA_INCLUDED_SRC_common_crOpenGL_feedback_feedbackspu_h
    99#ifndef RT_WITHOUT_PRAGMA_ONCE
    1010# pragma once
     
    5656extern void feedbackspuGatherConfiguration( void );
    5757
    58 #endif /* FEEDBACK_SPU_H */
     58#endif /* !GA_INCLUDED_SRC_common_crOpenGL_feedback_feedbackspu_h */
  • trunk/src/VBox/Additions/common/crOpenGL/glx_proto.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___CROPENGL_GLX_PROTO_H
    19 #define ___CROPENGL_GLX_PROTO_H
     18#ifndef GA_INCLUDED_SRC_common_crOpenGL_glx_proto_h
     19#define GA_INCLUDED_SRC_common_crOpenGL_glx_proto_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    147147#endif /* GLX_EXTRAS */
    148148
    149 #endif //___CROPENGL_GLX_PROTO_H
     149#endif /* !GA_INCLUDED_SRC_common_crOpenGL_glx_proto_h */
  • trunk/src/VBox/Additions/common/crOpenGL/icd_drv.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___ICDDRV_H___
    19 #define ___ICDDRV_H___
     18#ifndef GA_INCLUDED_SRC_common_crOpenGL_icd_drv_h
     19#define GA_INCLUDED_SRC_common_crOpenGL_icd_drv_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5353BOOL APIENTRY DrvSwapBuffers(HDC hdc);
    5454
    55 #endif /* !___ICDDRV_H___ */
     55#endif /* !GA_INCLUDED_SRC_common_crOpenGL_icd_drv_h */
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu.h

    r76533 r76563  
    55 */
    66
    7 #ifndef CR_PACKSPU_H
    8 #define CR_PACKSPU_H
     7#ifndef GA_INCLUDED_SRC_common_crOpenGL_pack_packspu_h
     8#define GA_INCLUDED_SRC_common_crOpenGL_pack_packspu_h
    99#ifndef RT_WITHOUT_PRAGMA_ONCE
    1010# pragma once
     
    183183#define MAGIC_OFFSET 3000
    184184
    185 #endif /* CR_PACKSPU_H */
     185#endif /* !GA_INCLUDED_SRC_common_crOpenGL_pack_packspu_h */
  • trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.h

    r76533 r76563  
    55 */
    66
    7 #ifndef PASSTHROUGH_SPU_H
    8 #define PASSTHROUGH_SPU_H
     7#ifndef GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h
     8#define GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h
    99#ifndef RT_WITHOUT_PRAGMA_ONCE
    1010# pragma once
     
    1919
    2020
    21 #endif
     21#endif /* !GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h */
  • trunk/src/VBox/Additions/common/crOpenGL/stub.h

    r76533 r76563  
    2828 */
    2929
    30 #ifndef CR_STUB_H
    31 #define CR_STUB_H
     30#ifndef GA_INCLUDED_SRC_common_crOpenGL_stub_h
     31#define GA_INCLUDED_SRC_common_crOpenGL_stub_h
    3232#ifndef RT_WITHOUT_PRAGMA_ONCE
    3333# pragma once
     
    368368#endif
    369369
    370 #endif /* CR_STUB_H */
     370#endif /* !GA_INCLUDED_SRC_common_crOpenGL_stub_h */
  • trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientInternal.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxClientInternal_h
    19 #define ___VBoxClientInternal_h
     18#ifndef GA_INCLUDED_SRC_darwin_VBoxClient_VBoxClientInternal_h
     19#define GA_INCLUDED_SRC_darwin_VBoxClient_VBoxClientInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    100100extern int vbclClipboardForwardToHost(uint32_t u32ClientId, PasteboardRef pPasteboard, uint32_t fFormats);
    101101
    102 #endif /* ___VBoxClientInternal_h */
     102#endif /* !GA_INCLUDED_SRC_darwin_VBoxClient_VBoxClientInternal_h */
  • trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSFInternal.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxSFInternal_h___
    19 #define ___VBoxSFInternal_h___
     18#ifndef GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFInternal_h
     19#define GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    104104
    105105
    106 #endif
     106#endif /* !GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFInternal_h */
    107107
  • trunk/src/VBox/Additions/darwin/VBoxSF/VBoxSFMount.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBoxSFMount_h___
    19 #define ___VBoxSFMount_h___
     18#ifndef GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFMount_h
     19#define GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFMount_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4141#define VBOXSFDRWNMOUNTINFO_MAGIC     UINT32_C(0xc001cafe)
    4242
    43 #endif
     43#endif /* !GA_INCLUDED_SRC_darwin_VBoxSF_VBoxSFMount_h */
    4444
  • trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h

    r76553 r76563  
    1616 */
    1717
    18 #ifndef ___VBOXVFS_H___
    19 #define ___VBOXVFS_H___
     18#ifndef GA_INCLUDED_SRC_freebsd_vboxvfs_vboxvfs_h
     19#define GA_INCLUDED_SRC_freebsd_vboxvfs_vboxvfs_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9292#endif  /* KERNEL */
    9393
    94 #endif /* !___VBOXVFS_H___ */
     94#endif /* !GA_INCLUDED_SRC_freebsd_vboxvfs_vboxvfs_h */
    9595
  • trunk/src/VBox/Additions/haiku/SharedFolders/OpenHashTable.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef _KERNEL_UTIL_OPEN_HASH_TABLE_H
    28 #define _KERNEL_UTIL_OPEN_HASH_TABLE_H
     27#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h
     28#define GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    502502};
    503503
    504 #endif    // _KERNEL_UTIL_OPEN_HASH_TABLE_H
    505 
     504#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h */
     505
  • trunk/src/VBox/Additions/haiku/SharedFolders/kernel_cpp.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef KERNEL_CPP_H
    28 #define KERNEL_CPP_H
     27#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h
     28#define GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    110110#endif  // __cplusplus
    111111
    112 #endif  /* KERNEL_CPP_H */
     112#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h */
  • trunk/src/VBox/Additions/haiku/SharedFolders/lock.h

    r76553 r76563  
    2727 */
    2828
    29 #ifndef _KERNEL_LOCK_H
    30 #define _KERNEL_LOCK_H
     29#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_lock_h
     30#define GA_INCLUDED_SRC_haiku_SharedFolders_lock_h
    3131#ifndef RT_WITHOUT_PRAGMA_ONCE
    3232# pragma once
     
    303303#endif
    304304
    305 #endif  /* _KERNEL_LOCK_H */
     305#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_lock_h */
  • trunk/src/VBox/Additions/haiku/SharedFolders/vboxsf.h

    r76553 r76563  
    4444 */
    4545
    46 #ifndef ___vboxsf_h
    47 #define ___vboxsf_h
     46#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h
     47#define GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h
    4848#ifndef RT_WITHOUT_PRAGMA_ONCE
    4949# pragma once
     
    107107#endif
    108108
    109 #endif /* ___vboxsf_h */
     109#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h */
    110110
  • trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXMOUSE__H
    48 #define __VBOXMOUSE__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h
     48#define GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7878};
    7979
    80 #endif /* __VBOXMOUSE__H */
     80#endif /* !GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h */
    8181
  • trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXMOUSE_FILTER__H
    48 #define __VBOXMOUSE_FILTER__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h
     48#define GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7474};
    7575
    76 #endif /* __VBOXMOUSE_FILTER__H */
     76#endif /* !GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h */
    7777
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H
    48 #define __VBOXSERVICESHAREDCLIPLBOARD__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7575};
    7676
    77 #endif /* __VBOXSERVICESHAREDCLIPLBOARD__H */
     77#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h */
    7878
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXDISPLAY__H
    48 #define __VBOXDISPLAY__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7373};
    7474
    75 #endif /* __VBOXDISPLAY__H */
     75#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h */
    7676
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestApplication.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOXGUESTAPPLICATION__H
    48 #define ___VBOXGUESTAPPLICATION__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7676};
    7777
    78 #endif /* !___VBOXGUESTAPPLICATION__H */
     78#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h */
    7979
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOXGUESTTRAYVIEW__H
    48 #define ___VBOXGUESTTRAYVIEW__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    9696};
    9797
    98 #endif /* !___VBOXGUESTTRAYVIEW__H */
     98#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h */
    9999
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H
    48 #define __VBOXSERVICESHAREDCLIPLBOARD__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    6565void VBoxClipboardDestroy(const VBOXSERVICEENV *pEnv, void *pInstance);
    6666
    67 #endif /* __VBOXSERVICESHAREDCLIPLBOARD__H */
     67#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h */
    6868
  • trunk/src/VBox/Additions/haiku/VBoxVideo/accelerant/accelerant.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOX_ACCELERANT_H
    48 #define ___VBOX_ACCELERANT_H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h
     48#define GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    102102void vboxvideo_fill_span(engine_token *et, uint32 color, uint16 *list, uint32 count);
    103103
    104 #endif /* ___VBOX_ACCELERANT_H */
     104#endif /* !GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h */
    105105
  • trunk/src/VBox/Additions/haiku/VBoxVideo/common/VBoxVideo_common.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOXVIDEO_COMMON_H
    48 #define ___VBOXVIDEO_COMMON_H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h
     48#define GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    101101}
    102102
    103 #endif /* ___VBOXVIDEO_COMMON_H */
     103#endif /* !GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h */
    104104
  • trunk/src/VBox/Additions/haiku/include/VBoxGuestInternal.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBoxGuestInternal_h_
    48 #define ___VBoxGuestInternal_h_
     47#ifndef GA_INCLUDED_HAIKU_VBoxGuestInternal_h
     48#define GA_INCLUDED_HAIKU_VBoxGuestInternal_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    6161#define VBOX_GUEST_APP_ACTION                    'vbox'
    6262
    63 #endif /* ___VBoxGuestInternal_h_ */
     63#endif /* !GA_INCLUDED_HAIKU_VBoxGuestInternal_h */
    6464
  • trunk/src/VBox/Additions/haiku/include/lock.h

    r76553 r76563  
    3030 *        should be removed from the VBox tree. */
    3131
    32 #ifndef _KERNEL_LOCK_H
    33 #define _KERNEL_LOCK_H
     32#ifndef GA_INCLUDED_HAIKU_lock_h
     33#define GA_INCLUDED_HAIKU_lock_h
    3434#ifndef RT_WITHOUT_PRAGMA_ONCE
    3535# pragma once
     
    306306#endif
    307307
    308 #endif  /* _KERNEL_LOCK_H */
     308#endif /* !GA_INCLUDED_HAIKU_lock_h */
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.h

    r76553 r76563  
    3434 */
    3535
    36 #ifndef __VBOX_DRV_H__
    37 #define __VBOX_DRV_H__
     36#ifndef GA_INCLUDED_SRC_linux_drm_vbox_drv_h
     37#define GA_INCLUDED_SRC_linux_drm_vbox_drv_h
    3838#ifndef RT_WITHOUT_PRAGMA_ONCE
    3939# pragma once
     
    423423}
    424424
    425 #endif
     425#endif /* !GA_INCLUDED_SRC_linux_drm_vbox_drv_h */
  • trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.h

    r76553 r76563  
    2828 */
    2929
    30 #ifndef VBFS_MOUNT_H
    31 #define VBFS_MOUNT_H
     30#ifndef GA_INCLUDED_SRC_linux_sharedfolders_vbsfmount_h
     31#define GA_INCLUDED_SRC_linux_sharedfolders_vbsfmount_h
    3232#ifndef RT_WITHOUT_PRAGMA_ONCE
    3333# pragma once
     
    8787                       unsigned long flags, struct vbsf_mount_opts *opts);
    8888
    89 #endif                          /* vbsfmount.h */
     89#endif /* !GA_INCLUDED_SRC_linux_sharedfolders_vbsfmount_h */
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h

    r76553 r76563  
    2828 */
    2929
    30 #ifndef VFSMOD_H
    31 #define VFSMOD_H
     30#ifndef GA_INCLUDED_SRC_linux_sharedfolders_vfsmod_h
     31#define GA_INCLUDED_SRC_linux_sharedfolders_vfsmod_h
    3232#ifndef RT_WITHOUT_PRAGMA_ONCE
    3333# pragma once
     
    178178#endif
    179179
    180 #endif
     180#endif /* !GA_INCLUDED_SRC_linux_sharedfolders_vfsmod_h */
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInternal.h

    r76538 r76563  
    2929 */
    3030
    31 #ifndef ___VBoxSFInternal_h___
    32 #define ___VBoxSFInternal_h___
     31#ifndef GA_INCLUDED_SRC_os2_VBoxSF_VBoxSFInternal_h
     32#define GA_INCLUDED_SRC_os2_VBoxSF_VBoxSFInternal_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
     
    984984/** @} */
    985985
    986 #endif
    987 
     986#endif /* !GA_INCLUDED_SRC_os2_VBoxSF_VBoxSFInternal_h */
     987
  • trunk/src/VBox/Additions/solaris/Mouse/testcase/solaris.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___VBoxGuestTestCaseSolaris_h
    28 #define ___VBoxGuestTestCaseSolaris_h
     27#ifndef GA_INCLUDED_SRC_solaris_Mouse_testcase_solaris_h
     28#define GA_INCLUDED_SRC_solaris_Mouse_testcase_solaris_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    442442/* API stubs with controllable logic */
    443443
    444 #endif  /* ___VBoxGuestTestCaseSolaris_h */
     444#endif /* !GA_INCLUDED_SRC_solaris_Mouse_testcase_solaris_h */
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___VBoxVFS_Solaris_h
    28 #define ___VBoxVFS_Solaris_h
     27#ifndef GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_h
     28#define GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    9393#endif
    9494
    95 #endif /* !___VBoxVFS_Solaris_h */
     95#endif /* !GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_h */
    9696
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h

    r76553 r76563  
    2626 */
    2727
    28 #ifndef ___VBoxFS_prov_Solaris_h
    29 #define ___VBoxFS_prov_Solaris_h
     28#ifndef GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_prov_h
     29#define GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_prov_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    187187#endif
    188188
    189 #endif  /* !___VBoxFS_prov_Solaris_h */
     189#endif /* !GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_prov_h */
    190190
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___VBoxFS_vfs_Solaris_h
    28 #define ___VBoxFS_vfs_Solaris_h
     27#ifndef GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_vfs_h
     28#define GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_vfs_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    5454#endif
    5555
    56 #endif  /* !___VBoxFS_vfs_Solaris_h */
     56#endif /* !GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_vfs_h */
    5757
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___VBoxFS_node_Solaris_h
    28 #define ___VBoxFS_node_Solaris_h
     27#ifndef GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_vnode_h
     28#define GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_vnode_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    8787#endif
    8888
    89 #endif  /* !___VBoxFS_node_Solaris_h */
     89#endif /* !GA_INCLUDED_SRC_solaris_SharedFolders_vboxfs_vnode_h */
  • trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___Virtio_solaris_h
    28 #define ___Virtio_solaris_h
     27#ifndef GA_INCLUDED_SRC_solaris_Virtio_Virtio_solaris_h
     28#define GA_INCLUDED_SRC_solaris_Virtio_Virtio_solaris_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    192192size_t VirtioRingSize(uint64_t cElements, ulong_t Align);
    193193
    194 #endif
     194#endif /* !GA_INCLUDED_SRC_solaris_Virtio_Virtio_solaris_h */
    195195
  • trunk/src/VBox/Additions/solaris/Virtio/VirtioPci-solaris.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef ___VirtioPCI_solaris_h
    28 #define ___VirtioPCI_solaris_h
     27#ifndef GA_INCLUDED_SRC_solaris_Virtio_VirtioPci_solaris_h
     28#define GA_INCLUDED_SRC_solaris_Virtio_VirtioPci_solaris_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    3535extern VIRTIOHYPEROPS g_VirtioHyperOpsPci;
    3636
    37 #endif
     37#endif /* !GA_INCLUDED_SRC_solaris_Virtio_VirtioPci_solaris_h */
    3838
  • trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h

    r76553 r76563  
    1717 */
    1818
    19 #ifndef ___vboxclient_vboxclient_h
    20 #define ___vboxclient_vboxclient_h
     19#ifndef GA_INCLUDED_SRC_x11_VBoxClient_VBoxClient_h
     20#define GA_INCLUDED_SRC_x11_VBoxClient_VBoxClient_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    8686extern struct VBCLSERVICE **VBClDisplaySVGAX11Service();
    8787
    88 #endif /* !___vboxclient_vboxclient_h */
     88#endif /* !GA_INCLUDED_SRC_x11_VBoxClient_VBoxClient_h */
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h

    r76553 r76563  
    1818 */
    1919
    20 #ifndef __Additions_linux_seamless_x11_h
    21 #define __Additions_linux_seamless_x11_h
     20#ifndef GA_INCLUDED_SRC_x11_VBoxClient_seamless_x11_h
     21#define GA_INCLUDED_SRC_x11_VBoxClient_seamless_x11_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    259259};
    260260
    261 #endif /* __Additions_linux_seamless_x11_h not defined */
     261#endif /* !GA_INCLUDED_SRC_x11_VBoxClient_seamless_x11_h */
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless.h

    r76553 r76563  
    1717 */
    1818
    19 #ifndef __Additions_client_seamless_host_h
    20 #define __Additions_client_seamless_host_h
     19#ifndef GA_INCLUDED_SRC_x11_VBoxClient_seamless_h
     20#define GA_INCLUDED_SRC_x11_VBoxClient_seamless_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    111111};
    112112
    113 #endif /* __Additions_xclient_seamless_h not defined */
     113#endif /* !GA_INCLUDED_SRC_x11_VBoxClient_seamless_h */
  • trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h

    r76558 r76563  
    235235/** @}  */
    236236
    237 #endif
     237#endif /* !VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h */
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r76553 r76563  
    3737 */
    3838
    39 #ifndef _VBOXVIDEO_H_
    40 #define _VBOXVIDEO_H_
     39#ifndef GA_INCLUDED_SRC_x11_vboxvideo_vboxvideo_h
     40#define GA_INCLUDED_SRC_x11_vboxvideo_vboxvideo_h
    4141#ifndef RT_WITHOUT_PRAGMA_ONCE
    4242# pragma once
     
    237237#endif
    238238
    239 #endif /* !_VBOXVIDEO_H_ */
    240 
     239#endif /* !GA_INCLUDED_SRC_x11_vboxvideo_vboxvideo_h */
     240
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette