VirtualBox

Changeset 76565 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 1, 2019 4:23:20 AM (6 years ago)
Author:
vboxsync
Message:

Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.

Location:
trunk/src/VBox
Files:
1 added
91 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/.scm-settings

    r76553 r76565  
    11# $Id$
    22## @file
    3 # Source code massager settings for the graphics bits of the NT additions.
     3# Source code massager settings for the graphics device.
    44#
    55
     
    1616#
    1717
    18 --filter-out-files /Wine*/wined3d/wined3d.spec
     18/shaderlib/wine/*.c:                        --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos
     19/shaderlib/wine/*.h:                        --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-fix-header-guards
     20/shaderlib/wine/vbox/VBoxDbgGl.c:           --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos
     21/shaderlib/wine/vbox/VBoxDbgGl.h:           --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
     22/shaderlib/wine/vbox/VBoxWineEx.h:          --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
     23/shaderlib/wine/vbox/libWineStub/include/config.h: --no-lgpl-disclaimer
    1924
    20 /Wine*/*.c:                     --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos
    21 /Wine*/*.h:                     --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-fix-header-guards
    22 /Wine*/wined3d/wined3d.def:     --external-copyright
    23 /Wine*/wined3d/wined3dwddm.def: --external-copyright
    24 /Wine*/d3d8/version.rc:         --external-copyright --lgpl-disclaimer
    25 /Wine*/d3d9/version.rc:         --external-copyright --lgpl-disclaimer
    26 /Wine*/wined3d/version.rc:      --external-copyright --lgpl-disclaimer
    27 
    28 /Wine_new/switcher/d3d8_main.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos
    29 /Wine_new/switcher/d3d9_main.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos
    30 /Wine_new/switcher/sw_common.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos
    31 /Wine_new/vbox/VBoxDbgGl.c:     --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos
    32 /Wine_new/wined3d/vboxext.c:    --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos
    33 /Wine*/switcher/switcher.h:     --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
    34 /Wine*/vbox/VBoxDbgGl.h:        --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
    35 /Wine*/vbox/VBoxWineEx.h:       --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
    36 /Wine*/wined3d/vboxext.h:       --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
    37 /Wine*/wined3d/vboxsharedrc.h:  --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards
    38 
    39 /Wine*/vbox/libWineStub/include/config.h:          --no-lgpl-disclaimer
    40 /Wine*/vbox/libWineStub/include/wine/wgl.h:        --no-lgpl-disclaimer
    41 /Wine*/vbox/libWineStub/include/wine/wglext.h:     --no-lgpl-disclaimer
    42 /Wine*/vbox/libWineStub/include/wine/wgl_driver.h: --no-lgpl-disclaimer
    43 
  • trunk/src/VBox/Devices/Audio/AudioMixBuffer.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef AUDIO_MIXBUF_H
    19 #define AUDIO_MIXBUF_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h
     19#define VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9090#endif
    9191
    92 #endif
     92#endif /* !VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h */
    9393
  • trunk/src/VBox/Devices/Audio/AudioMixer.h

    r76553 r76565  
    1919 */
    2020
    21 #ifndef AUDIO_MIXER_H
    22 #define AUDIO_MIXER_H
     21#ifndef VBOX_INCLUDED_SRC_Audio_AudioMixer_h
     22#define VBOX_INCLUDED_SRC_Audio_AudioMixer_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    265265bool AudioMixerStreamIsValid(PAUDMIXSTREAM pStream);
    266266
    267 #endif /* !AUDIO_MIXER_H */
    268 
     267#endif /* !VBOX_INCLUDED_SRC_Audio_AudioMixer_h */
     268
  • trunk/src/VBox/Devices/Audio/DevHDA.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef DEV_HDA_H
    19 #define DEV_HDA_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_DevHDA_h
     19#define VBOX_INCLUDED_SRC_Audio_DevHDA_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    219219#define HDASTATE_ALIGNMENT_CHECK_MAGIC  UINT64_C(0x1298afb75893e059)
    220220
    221 #endif /* !DEV_HDA_H */
    222 
     221#endif /* !VBOX_INCLUDED_SRC_Audio_DevHDA_h */
     222
  • trunk/src/VBox/Devices/Audio/DevHDACommon.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef DEV_HDA_COMMON_H
    19 #define DEV_HDA_COMMON_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_DevHDACommon_h
     19#define VBOX_INCLUDED_SRC_Audio_DevHDACommon_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    655655/** @} */
    656656
    657 #endif /* !DEV_HDA_H_COMMON */
    658 
     657#endif /* !VBOX_INCLUDED_SRC_Audio_DevHDACommon_h */
     658
  • trunk/src/VBox/Devices/Audio/DrvAudio.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef DRV_AUDIO_H
    19 #define DRV_AUDIO_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_DrvAudio_h
     19#define VBOX_INCLUDED_SRC_Audio_DrvAudio_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    277277#define AUDIO_MAKE_FOURCC(c0, c1, c2, c3) RT_H2LE_U32_C(RT_MAKE_U32_FROM_U8(c0, c1, c2, c3))
    278278
    279 #endif /* !DRV_AUDIO_H */
    280 
     279#endif /* !VBOX_INCLUDED_SRC_Audio_DrvAudio_h */
     280
  • trunk/src/VBox/Devices/Audio/HDACodec.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef DEV_HDA_CODEC_H
    19 #define DEV_HDA_CODEC_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_HDACodec_h
     19#define VBOX_INCLUDED_SRC_Audio_HDACodec_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    145145#define HDA_SSM_VERSION_1 1
    146146
    147 #endif /* !DEV_HDA_CODEC_H */
     147#endif /* !VBOX_INCLUDED_SRC_Audio_HDACodec_h */
    148148
  • trunk/src/VBox/Devices/Audio/HDAStream.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef HDA_STREAM_H
    19 #define HDA_STREAM_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_HDAStream_h
     19#define VBOX_INCLUDED_SRC_Audio_HDAStream_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    306306
    307307#endif /* IN_RING3 */
    308 #endif /* !HDA_STREAM_H */
    309 
     308#endif /* !VBOX_INCLUDED_SRC_Audio_HDAStream_h */
     309
  • trunk/src/VBox/Devices/Audio/HDAStreamChannel.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef HDA_STREAMCHANNEL_H
    19 #define HDA_STREAMCHANNEL_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_HDAStreamChannel_h
     19#define VBOX_INCLUDED_SRC_Audio_HDAStreamChannel_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2727int  hdaR3StreamChannelReleaseData(PPDMAUDIOSTREAMCHANNELDATA pChanData);
    2828
    29 #endif /* !HDA_STREAMCHANNEL_H */
     29#endif /* !VBOX_INCLUDED_SRC_Audio_HDAStreamChannel_h */
    3030
  • trunk/src/VBox/Devices/Audio/HDAStreamMap.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef HDA_STREAMMAP_H
    19 #define HDA_STREAMMAP_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_HDAStreamMap_h
     19#define VBOX_INCLUDED_SRC_Audio_HDAStreamMap_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5858/** @} */
    5959
    60 #endif /* !HDA_STREAMMAP_H */
     60#endif /* !VBOX_INCLUDED_SRC_Audio_HDAStreamMap_h */
    6161
  • trunk/src/VBox/Devices/Audio/HDAStreamPeriod.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef HDA_STREAMPERIOD_H
    19 #define HDA_STREAMPERIOD_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_HDAStreamPeriod_h
     19#define VBOX_INCLUDED_SRC_Audio_HDAStreamPeriod_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    111111#endif /* IN_RING3 */
    112112
    113 #endif /* !HDA_STREAMPERIOD_H */
     113#endif /* !VBOX_INCLUDED_SRC_Audio_HDAStreamPeriod_h */
    114114
  • trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.h

    r76553 r76565  
    1717 */
    1818
    19 #ifndef ___VBOX_MMNOTIFICATIONCLIENT_H___
    20 #define ___VBOX_MMNOTIFICATIONCLIENT_H___
     19#ifndef VBOX_INCLUDED_SRC_Audio_VBoxMMNotificationClient_h
     20#define VBOX_INCLUDED_SRC_Audio_VBoxMMNotificationClient_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    8888    /** @} */
    8989};
    90 #endif /* !___VBOX_MMNOTIFICATIONCLIENT_H___ */
     90#endif /* !VBOX_INCLUDED_SRC_Audio_VBoxMMNotificationClient_h */
    9191
  • trunk/src/VBox/Devices/Audio/alsa_mangling.h

    r76553 r76565  
    1818 */
    1919
    20 #ifndef AUDIO_ALSA_MANGLING_H
    21 #define AUDIO_ALSA_MANGLING_H
     20#ifndef VBOX_INCLUDED_SRC_Audio_alsa_mangling_h
     21#define VBOX_INCLUDED_SRC_Audio_alsa_mangling_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    7070#define snd_pcm_sw_params_sizeof                ALSA_MANGLER(snd_pcm_sw_params_sizeof)
    7171
    72 #endif /* !AUDIO_ALSA_MANGLING_H */
     72#endif /* !VBOX_INCLUDED_SRC_Audio_alsa_mangling_h */
  • trunk/src/VBox/Devices/Audio/alsa_stubs.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef AUDIO_ALSA_STUBS_H
    19 #define AUDIO_ALSA_STUBS_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_alsa_stubs_h
     19#define VBOX_INCLUDED_SRC_Audio_alsa_stubs_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
    2222#endif
    2323extern int audioLoadAlsaLib(void);
    24 #endif
     24#endif /* !VBOX_INCLUDED_SRC_Audio_alsa_stubs_h */
    2525
  • trunk/src/VBox/Devices/Audio/pulse_mangling.h

    r76553 r76565  
    1818 */
    1919
    20 #ifndef AUDIO_PULSE_MANGLING_H
    21 #define AUDIO_PULSE_MANGLING_H
     20#ifndef VBOX_INCLUDED_SRC_Audio_pulse_mangling_h
     21#define VBOX_INCLUDED_SRC_Audio_pulse_mangling_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    9090#define pa_usec_to_bytes                        PULSE_MANGLER(pa_usec_to_bytes)
    9191
    92 #endif /* !AUDIO_PULSE_MANGLING_H */
     92#endif /* !VBOX_INCLUDED_SRC_Audio_pulse_mangling_h */
    9393
  • trunk/src/VBox/Devices/Audio/pulse_stubs.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef AUDIO_PULSE_STUBS_H
    19 #define AUDIO_PULSE_STUBS_H
     18#ifndef VBOX_INCLUDED_SRC_Audio_pulse_stubs_h
     19#define VBOX_INCLUDED_SRC_Audio_pulse_stubs_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
    2222#endif
    2323extern int audioLoadPulseLib(void);
    24 #endif
     24#endif /* !VBOX_INCLUDED_SRC_Audio_pulse_stubs_h */
    2525
  • trunk/src/VBox/Devices/Bus/DevPciInternal.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___Bus_DevPciInternal_h___
    19 #define ___Bus_DevPciInternal_h___
     18#ifndef VBOX_INCLUDED_SRC_Bus_DevPciInternal_h
     19#define VBOX_INCLUDED_SRC_Bus_DevPciInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    237237#endif /* IN_RING3 */
    238238
    239 #endif
    240 
     239#endif /* !VBOX_INCLUDED_SRC_Bus_DevPciInternal_h */
     240
  • trunk/src/VBox/Devices/Bus/MsiCommon.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___MSI_COMMON_H___
    19 #define ___MSI_COMMON_H___
     18#ifndef VBOX_INCLUDED_SRC_Bus_MsiCommon_h
     19#define VBOX_INCLUDED_SRC_Bus_MsiCommon_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3838void     MsixNotify(PPDMDEVINS pDevIns, PCPDMPCIHLP pPciHlp, PPDMPCIDEV pDev, int iVector, int iLevel, uint32_t uTagSrc);
    3939
    40 #endif
     40#endif /* !VBOX_INCLUDED_SRC_Bus_MsiCommon_h */
    4141
  • trunk/src/VBox/Devices/Bus/PciInline.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___Bus_PciInline_h
    19 #define ___Bus_PciInline_h
     18#ifndef VBOX_INCLUDED_SRC_Bus_PciInline_h
     19#define VBOX_INCLUDED_SRC_Bus_PciInline_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    102102}
    103103
    104 #endif
     104#endif /* !VBOX_INCLUDED_SRC_Bus_PciInline_h */
    105105
  • trunk/src/VBox/Devices/EFI/DevEFI.h

    r76553 r76565  
    2929 */
    3030
    31 #ifndef ___EFI_VBoxEFI_h
    32 #define ___EFI_VBoxEFI_h
     31#ifndef VBOX_INCLUDED_SRC_EFI_DevEFI_h
     32#define VBOX_INCLUDED_SRC_EFI_DevEFI_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
     
    254254/** @} */
    255255
    256 #endif
     256#endif /* !VBOX_INCLUDED_SRC_EFI_DevEFI_h */
  • trunk/src/VBox/Devices/Graphics/BIOS/inlines.h

    r76553 r76565  
    1515 */
    1616
    17 #ifndef VBOX_INCLUDED_Graphics_BIOS_inlines_h
    18 #define VBOX_INCLUDED_Graphics_BIOS_inlines_h
     17#ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_inlines_h
     18#define VBOX_INCLUDED_SRC_Graphics_BIOS_inlines_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    148148    parm [es] [di] [dx] [si] [cx];
    149149
    150 #endif
     150#endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_inlines_h */
    151151
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.h

    r76520 r76565  
    11
    2 #ifndef vbe_h_included
    3 #define vbe_h_included
     2#ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vbe_h
     3#define VBOX_INCLUDED_SRC_Graphics_BIOS_vbe_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
     
    115115#define VBE_RETURN_STATUS_INVALID                        0x03
    116116
    117 #endif
     117#endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vbe_h */
  • trunk/src/VBox/Devices/Graphics/BIOS/vgabios.h

    r76520 r76565  
    11
    2 #ifndef vgabios_h_included
    3 #define vgabios_h_included
     2#ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgabios_h
     3#define VBOX_INCLUDED_SRC_Graphics_BIOS_vgabios_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
     
    6666#endif
    6767
    68 #endif
     68#endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgabios_h */
  • trunk/src/VBox/Devices/Graphics/BIOS/vgadefs.h

    r76520 r76565  
    11
    2 #ifndef VBOX_INCLUDED_Graphics_vgadefs_h
    3 #define VBOX_INCLUDED_Graphics_vgadefs_h
     2#ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgadefs_h
     3#define VBOX_INCLUDED_SRC_Graphics_BIOS_vgadefs_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
     
    7575#define VGAREG_CGA_PALETTE             0x3d9
    7676
    77 #endif
     77#endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgadefs_h */
    7878
  • trunk/src/VBox/Devices/Graphics/BIOS/vgafonts.h

    r76520 r76565  
    55 */
    66
    7 #ifndef VBOX_INCLUDED_Graphics_vgafonts_h
    8 #define VBOX_INCLUDED_Graphics_vgafonts_h
     7#ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgafonts_h
     8#define VBOX_INCLUDED_SRC_Graphics_BIOS_vgafonts_h
    99#ifndef RT_WITHOUT_PRAGMA_ONCE
    1010# pragma once
     
    875875};
    876876
    877 #endif
     877#endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgafonts_h */
    878878
  • trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h

    r76520 r76565  
    11
    2 #ifndef VBOX_INCLUDED_Graphics_vgatables_h
    3 #define VBOX_INCLUDED_Graphics_vgatables_h
     2#ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgatables_h
     3#define VBOX_INCLUDED_SRC_Graphics_BIOS_vgatables_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
     
    563563};
    564564
    565 #endif
    566 
     565#endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgatables_h */
     566
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h

    r76553 r76565  
    1515 */
    1616
    17 #ifndef ___DevVGA_SVGA_h___
    18 #define ___DevVGA_SVGA_h___
     17#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA_h
     18#define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    390390                    SVGASignedRect *pRect);
    391391
    392 #endif
    393 
     392#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA_h */
     393
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __DevVGA_SVGA3d_cocoa_h
    19 #define __DevVGA_SVGA3d_cocoa_h
     18#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_cocoa_h
     19#define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_cocoa_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5454RT_C_DECLS_END
    5555
    56 #endif /* !__DevVGA_SVGA3d_cocoa_h */
     56#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_cocoa_h */
    5757
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-glLdr.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___DevVGA_SVGA3d_gl_h
    19 #define ___DevVGA_SVGA3d_gl_h
     18#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_glLdr_h
     19#define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_glLdr_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    373373#endif
    374374
    375 #endif
     375#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_glLdr_h */
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___DevVGA_SVGA3d_internal_h
    19 #define ___DevVGA_SVGA3d_internal_h
     18#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_internal_h
     19#define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_internal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    12511251                                 const char *pszPath, const char *pszNamePrefix, const char *pszNameSuffix);
    12521252
    1253 #endif
    1254 
     1253#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_internal_h */
     1254
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___DEVVMWARE3D_H___
    19 #define ___DEVVMWARE3D_H___
     18#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_h
     19#define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    228228#endif
    229229
    230 #endif  /* !___DEVVMWARE3D_H___ */
    231 
     230#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_h */
     231
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r76553 r76565  
    4141 */
    4242
    43 #ifndef VBOX_INCLUDED_Graphics_DevVGA_h
    44 #define VBOX_INCLUDED_Graphics_DevVGA_h
     43#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_h
     44#define VBOX_INCLUDED_SRC_Graphics_DevVGA_h
    4545#ifndef RT_WITHOUT_PRAGMA_ONCE
    4646# pragma once
     
    632632#endif /* !VBOX */
    633633
    634 #endif
    635 
     634#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_h */
     635
  • trunk/src/VBox/Devices/Graphics/DevVGAModes.h

    r76553 r76565  
    1919 */
    2020
    21 #ifndef VBOX_INCLUDED_Graphics_DevVGAModes_h
    22 #define VBOX_INCLUDED_Graphics_DevVGAModes_h
     21#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h
     22#define VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    3232#define MODE_INFO_SIZE ( sizeof(mode_info_list) / sizeof(ModeInfoListItem) )
    3333
    34 #endif
     34#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h */
    3535
  • trunk/src/VBox/Devices/Graphics/DevVGASavedState.h

    r76553 r76565  
    1919 */
    2020
    21 #ifndef ___Graphics_DevVGASavedState_h
    22 #define ___Graphics_DevVGASavedState_h
     21#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGASavedState_h
     22#define VBOX_INCLUDED_SRC_Graphics_DevVGASavedState_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    7070#define VGA_SAVEDSTATE_VERSION_ANCIENT            1
    7171
    72 #endif
     72#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGASavedState_h */
    7373
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___HGSMIHost_h
    19 #define ___HGSMIHost_h
     18#ifndef VBOX_INCLUDED_SRC_Graphics_HGSMI_HGSMIHost_h
     19#define VBOX_INCLUDED_SRC_Graphics_HGSMI_HGSMIHost_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    110110#endif
    111111
    112 #endif /* !___HGSMIHost_h*/
     112#endif /* !VBOX_INCLUDED_SRC_Graphics_HGSMI_HGSMIHost_h */
    113113
  • trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___SHGSMIHost_h___
    19 #define ___SHGSMIHost_h___
     18#ifndef VBOX_INCLUDED_SRC_Graphics_HGSMI_SHGSMIHost_h
     19#define VBOX_INCLUDED_SRC_Graphics_HGSMI_SHGSMIHost_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2727void VBoxSHGSMICommandMarkAsynchCompletion(void RT_UNTRUSTED_VOLATILE_GUEST *pvData);
    2828
    29 #endif
     29#endif /* !VBOX_INCLUDED_SRC_Graphics_HGSMI_SHGSMIHost_h */
    3030
  • trunk/src/VBox/Devices/Graphics/shaderlib/shaderlib.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___shaderlib_h___
    19 #define ___shaderlib_h___
     18#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_shaderlib_h
     19#define VBOX_INCLUDED_SRC_Graphics_shaderlib_shaderlib_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9797RT_C_DECLS_END
    9898
    99 #endif /* !___shaderlib_h___ */
     99#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_shaderlib_h */
    100100
  • trunk/src/VBox/Devices/Graphics/shaderlib/vboxext.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VBOXEXT_H___
    19 #define ___VBOXEXT_H___
     18#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_vboxext_h
     19#define VBOX_INCLUDED_SRC_Graphics_shaderlib_vboxext_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    164164}
    165165
    166 #endif
     166#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_vboxext_h */
    167167
  • trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxDbgGl.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VBoxDbgGl_h__
    19 #define ___VBoxDbgGl_h__
     18#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h
     19#define VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4343extern DWORD g_VBoxDbgGlFBreakDrawPrimIfCanNotMatch;
    4444
    45 #endif /* #ifndef ___VBoxDbgGl_h__ */
     45#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h */
  • trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxWineEx.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VBoxWineEx_h__
    19 #define ___VBoxWineEx_h__
     18#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h
     19#define VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    151151#endif /* #ifndef IN_VBOXLIBWINE */
    152152
    153 #endif
     153#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h */
  • trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_gl.h

    r76520 r76565  
    5353 */
    5454
    55 #ifndef __WINE_WINED3D_GL_H
    56 #define __WINE_WINED3D_GL_H
     55#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_gl_h
     56#define VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_gl_h
    5757#ifndef RT_WITHOUT_PRAGMA_ONCE
    5858# pragma once
     
    45744574    USE_GL_FUNC(WINED3D_PFNWGLSETPIXELFORMATWINE,               wglSetPixelFormatWINE,          0, NULL)
    45754575
    4576 #endif /* __WINE_WINED3D_GL */
     4576#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_gl_h */
  • trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h

    r76520 r76565  
    3131 */
    3232
    33 #ifndef __WINE_WINED3D_PRIVATE_H
    34 #define __WINE_WINED3D_PRIVATE_H
     33#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_private_h
     34#define VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_private_h
    3535#ifndef RT_WITHOUT_PRAGMA_ONCE
    3636# pragma once
     
    34763476#endif
    34773477
    3478 #endif
     3478#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_private_h */
  • trunk/src/VBox/Devices/Graphics/shaderlib/winoverride.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __WINOVERRIDE_H__
    19 #define __WINOVERRIDE_H__
     18#ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_winoverride_h
     19#define VBOX_INCLUDED_SRC_Graphics_shaderlib_winoverride_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3333void VBoxDebugBreak(void);
    3434
    35 #endif /* !__WINOVERRIDE_H__ */
     35#endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_winoverride_h */
    3636
  • trunk/src/VBox/Devices/Graphics/vmsvga/backdoor_def.h

    r76520 r76565  
    126126#define BDOOR_CMD(ecx)       ((ecx) & 0xffff)
    127127
    128 #endif /* _BACKDOOR_DEF_H_ */
     128#endif /* !_BACKDOOR_DEF_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h

    r76520 r76565  
    140140#endif
    141141
    142 #endif // _SVGA3D_CAPS_H_
     142#endif /* !_SVGA3D_CAPS_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h

    r76520 r76565  
    19031903} SVGA3dDevCapResult;
    19041904
    1905 #endif /* _SVGA3D_REG_H_ */
     1905#endif /* !_SVGA3D_REG_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_shaderdefs.h

    r76520 r76565  
    523523#endif
    524524
    525 #endif /* __SVGA3D_SHADER_DEFS__ */
     525#endif /* !__SVGA3D_SHADER_DEFS__ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/svga_escape.h

    r76520 r76565  
    9090} SVGAEscapeHintFullscreen;
    9191
    92 #endif /* _SVGA_ESCAPE_H_ */
     92#endif /* !_SVGA_ESCAPE_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/svga_overlay.h

    r76520 r76565  
    202202}
    203203#endif
    204 #endif // _SVGA_OVERLAY_H_
     204#endif /* !_SVGA_OVERLAY_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/svga_reg.h

    r76520 r76565  
    15561556SVGAFifoCmdRemapGMR2;
    15571557
    1558 #endif
     1558#endif /* !_SVGA_REG_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga/vmmouse_defs.h

    r76520 r76565  
    7272#define VMMOUSE_MIDDLE_BUTTON           0x08
    7373
    74 #endif
     74#endif /* !_VMMOUSE_DEFS_H_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga_glext/glext.h

    r76520 r76565  
    1314813148#endif
    1314913149
    13150 #endif
     13150#endif /* !__glext_h_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga_glext/glxext.h

    r76520 r76565  
    10301030#endif
    10311031
    1032 #endif
     1032#endif /* !__glxext_h_ */
  • trunk/src/VBox/Devices/Graphics/vmsvga_glext/wglext.h

    r76520 r76565  
    952952#endif
    953953
    954 #endif
     954#endif /* !__wglext_h_ */
  • trunk/src/VBox/Devices/Input/PS2Dev.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef PS2DEV_H
    19 #define PS2DEV_H
     18#ifndef VBOX_INCLUDED_SRC_Input_PS2Dev_h
     19#define VBOX_INCLUDED_SRC_Input_PS2Dev_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9292int32_t XlateAT2PC(int32_t state, uint8_t scanIn, uint8_t *pScanOut);
    9393
    94 #endif
     94#endif /* !VBOX_INCLUDED_SRC_Input_PS2Dev_h */
  • trunk/src/VBox/Devices/Network/DevE1000Phy.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_Network_DevE1000_h
    19 #define VBOX_INCLUDED_Network_DevE1000_h
     18#ifndef VBOX_INCLUDED_SRC_Network_DevE1000Phy_h
     19#define VBOX_INCLUDED_SRC_Network_DevE1000Phy_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    136136}
    137137
    138 #endif
     138#endif /* !VBOX_INCLUDED_SRC_Network_DevE1000Phy_h */
    139139
  • trunk/src/VBox/Devices/Network/DevEEPROM.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_Network_DevEEPROM_h
    19 #define VBOX_INCLUDED_Network_DevEEPROM_h
     18#ifndef VBOX_INCLUDED_SRC_Network_DevEEPROM_h
     19#define VBOX_INCLUDED_SRC_Network_DevEEPROM_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    139139};
    140140
    141 #endif
     141#endif /* !VBOX_INCLUDED_SRC_Network_DevEEPROM_h */
  • trunk/src/VBox/Devices/Network/Pcap.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VBox_Pcap_h
    19 #define ___VBox_Pcap_h
     18#ifndef VBOX_INCLUDED_SRC_Network_Pcap_h
     19#define VBOX_INCLUDED_SRC_Network_Pcap_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3939RT_C_DECLS_END
    4040
    41 #endif
     41#endif /* !VBOX_INCLUDED_SRC_Network_Pcap_h */
    4242
  • trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h

    r76553 r76565  
    1717 */
    1818
    19 #ifndef __VBOXLWIPCORE_H__
    20 #define __VBOXLWIPCORE_H__
     19#ifndef VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h
     20#define VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    3131int vboxLwipCoreInitialize(PFNRT1 pfnCallback, void * pfnCallbackArg);
    3232void vboxLwipCoreFinalize(PFNRT1 pfnCallback, void * pfnCallbackArg);
    33 #endif
     33#endif /* !VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h */
  • trunk/src/VBox/Devices/Network/lwipopts.h

    r76520 r76565  
    11
    2 #ifndef VBOX_LWIP_OPTS_H_
    3 #define VBOX_LWIP_OPTS_H_
     2#ifndef VBOX_INCLUDED_SRC_Network_lwipopts_h
     3#define VBOX_INCLUDED_SRC_Network_lwipopts_h
    44#ifndef RT_WITHOUT_PRAGMA_ONCE
    55# pragma once
     
    184184#include "lwip-namespace.h"
    185185
    186 #endif
     186#endif /* !VBOX_INCLUDED_SRC_Network_lwipopts_h */
  • trunk/src/VBox/Devices/PC/BIOS/ata.h

    r76553 r76565  
    5353 */
    5454
    55 #ifndef VBOX_INCLUDED_PC_BIOS_ata_h
    56 #define VBOX_INCLUDED_PC_BIOS_ata_h
     55#ifndef VBOX_INCLUDED_SRC_PC_BIOS_ata_h
     56#define VBOX_INCLUDED_SRC_PC_BIOS_ata_h
    5757#ifndef RT_WITHOUT_PRAGMA_ONCE
    5858# pragma once
     
    187187extern void     ata_reset(uint16_t device);
    188188
    189 #endif
     189#endif /* !VBOX_INCLUDED_SRC_PC_BIOS_ata_h */
    190190
  • trunk/src/VBox/Devices/PC/BIOS/biosint.h

    r76553 r76565  
    5353 */
    5454
    55 #ifndef VBOX_INCLUDED_BIOS_biosint_h
    56 #define VBOX_INCLUDED_BIOS_biosint_h
     55#ifndef VBOX_INCLUDED_SRC_PC_BIOS_biosint_h
     56#define VBOX_INCLUDED_SRC_PC_BIOS_biosint_h
    5757#ifndef RT_WITHOUT_PRAGMA_ONCE
    5858# pragma once
     
    308308#define PIC_CMD_INIT        0x11
    309309
    310 #endif
    311 
     310#endif /* !VBOX_INCLUDED_SRC_PC_BIOS_biosint_h */
     311
  • trunk/src/VBox/Devices/PC/BIOS/ebda.h

    r76553 r76565  
    5353 */
    5454
    55 #ifndef VBOX_INCLUDED_BIOS_ebda_h
    56 #define VBOX_INCLUDED_BIOS_ebda_h
     55#ifndef VBOX_INCLUDED_SRC_PC_BIOS_ebda_h
     56#define VBOX_INCLUDED_SRC_PC_BIOS_ebda_h
    5757#ifndef RT_WITHOUT_PRAGMA_ONCE
    5858# pragma once
     
    379379
    380380#endif
    381 #endif
    382 
     381#endif /* !VBOX_INCLUDED_SRC_PC_BIOS_ebda_h */
     382
  • trunk/src/VBox/Devices/PC/BIOS/inlines.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_BIOS_inlines_h
    19 #define VBOX_INCLUDED_BIOS_inlines_h
     18#ifndef VBOX_INCLUDED_SRC_PC_BIOS_inlines_h
     19#define VBOX_INCLUDED_SRC_PC_BIOS_inlines_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    244244#endif
    245245
    246 #endif
    247 
     246#endif /* !VBOX_INCLUDED_SRC_PC_BIOS_inlines_h */
     247
  • trunk/src/VBox/Devices/PC/BIOS/pciutil.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_BIOS_pciutils_h
    19 #define VBOX_INCLUDED_BIOS_pciutils_h
     18#ifndef VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h
     19#define VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3434extern  void        pci_write_config_dword(uint8_t bus, uint8_t dev_fn, uint8_t reg, uint32_t val);
    3535
    36 #endif
     36#endif /* !VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h */
    3737
  • trunk/src/VBox/Devices/PC/BIOS/vds.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_BIOS_vds_h
    19 #define VBOX_INCLUDED_BIOS_vds_h
     18#ifndef VBOX_INCLUDED_SRC_PC_BIOS_vds_h
     19#define VBOX_INCLUDED_SRC_PC_BIOS_vds_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    119119uint32_t vds_real_to_lin( void __far *ptr );
    120120
    121 #endif
     121#endif /* !VBOX_INCLUDED_SRC_PC_BIOS_vds_h */
    122122
  • trunk/src/VBox/Devices/PC/DevFwCommon.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___PC_FwCommon_h
    19 #define ___PC_FwCommon_h
     18#ifndef VBOX_INCLUDED_SRC_PC_DevFwCommon_h
     19#define VBOX_INCLUDED_SRC_PC_DevFwCommon_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3232void FwCommonPlantMpsFloatPtr(PPDMDEVINS pDevIns, uint32_t u32MpTableAddr);
    3333
    34 #endif
     34#endif /* !VBOX_INCLUDED_SRC_PC_DevFwCommon_h */
  • trunk/src/VBox/Devices/PC/DevPcBios.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef DEV_PCBIOS_H
    19 #define DEV_PCBIOS_H
     18#ifndef VBOX_INCLUDED_SRC_PC_DevPcBios_h
     19#define VBOX_INCLUDED_SRC_PC_DevPcBios_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5050#define VBOX_SMBIOS_MAXSS           0xff   /* Not very accurate */
    5151
    52 #endif
     52#endif /* !VBOX_INCLUDED_SRC_PC_DevPcBios_h */
  • trunk/src/VBox/Devices/Serial/UartCore.h

    r76553 r76565  
    1818 */
    1919
    20 #ifndef ___UartCore_h
    21 #define ___UartCore_h
     20#ifndef VBOX_INCLUDED_SRC_Serial_UartCore_h
     21#define VBOX_INCLUDED_SRC_Serial_UartCore_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    346346RT_C_DECLS_END
    347347
    348 #endif
     348#endif /* !VBOX_INCLUDED_SRC_Serial_UartCore_h */
  • trunk/src/VBox/Devices/Storage/ATAPIPassthrough.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __ATAPIPassthrough_h
    19 #define __ATAPIPassthrough_h
     18#ifndef VBOX_INCLUDED_SRC_Storage_ATAPIPassthrough_h
     19#define VBOX_INCLUDED_SRC_Storage_ATAPIPassthrough_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9898RT_C_DECLS_END
    9999
    100 #endif /* __ATAPIPassthrough_h */
     100#endif /* !VBOX_INCLUDED_SRC_Storage_ATAPIPassthrough_h */
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __DEVLSILOGICSCSI_H__
    19 #define __DEVLSILOGICSCSI_H__
     18#ifndef VBOX_INCLUDED_SRC_Storage_DevLsiLogicSCSI_h
     19#define VBOX_INCLUDED_SRC_Storage_DevLsiLogicSCSI_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    36463646#define LSILOGIC_REG_REPLY_QUEUE       0x44
    36473647
    3648 #endif /* __DEVLSILOGICSCSI_H__ */
     3648#endif /* !VBOX_INCLUDED_SRC_Storage_DevLsiLogicSCSI_h */
  • trunk/src/VBox/Devices/Storage/DrvHostBase.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __HostDrvBase_h__
    19 #define __HostDrvBase_h__
     18#ifndef VBOX_INCLUDED_SRC_Storage_DrvHostBase_h
     19#define VBOX_INCLUDED_SRC_Storage_DrvHostBase_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    190190RT_C_DECLS_END
    191191
    192 #endif
     192#endif /* !VBOX_INCLUDED_SRC_Storage_DrvHostBase_h */
  • trunk/src/VBox/Devices/Storage/HBDMgmt.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __HBDMgmt_h
    19 #define __HBDMgmt_h
     18#ifndef VBOX_INCLUDED_SRC_Storage_HBDMgmt_h
     19#define VBOX_INCLUDED_SRC_Storage_HBDMgmt_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9292RT_C_DECLS_END
    9393
    94 #endif /* __HBDMgmt_h */
     94#endif /* !VBOX_INCLUDED_SRC_Storage_HBDMgmt_h */
  • trunk/src/VBox/Devices/Storage/IOBufMgmt.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef __IOBufMgmt_h
    19 #define __IOBufMgmt_h
     18#ifndef VBOX_INCLUDED_SRC_Storage_IOBufMgmt_h
     19#define VBOX_INCLUDED_SRC_Storage_IOBufMgmt_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    109109RT_C_DECLS_END
    110110
    111 #endif /* __HBDMgmt_h */
     111#endif /* !VBOX_INCLUDED_SRC_Storage_IOBufMgmt_h */
  • trunk/src/VBox/Devices/Storage/VBoxSCSI.h

    r76553 r76565  
    6363 */
    6464
    65 #ifndef ___Storage_VBoxSCSI_h
    66 #define ___Storage_VBoxSCSI_h
     65#ifndef VBOX_INCLUDED_SRC_Storage_VBoxSCSI_h
     66#define VBOX_INCLUDED_SRC_Storage_VBoxSCSI_h
    6767#ifndef RT_WITHOUT_PRAGMA_ONCE
    6868# pragma once
     
    155155#endif /* IN_RING3 */
    156156
    157 #endif /* !___Storage_VBoxSCSI_h */
     157#endif /* !VBOX_INCLUDED_SRC_Storage_VBoxSCSI_h */
    158158
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VSCSIInternal_h
    19 #define ___VSCSIInternal_h
     18#ifndef VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h
     19#define VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    690690}
    691691
    692 #endif /* ___VSCSIInternal_h */
    693 
     692#endif /* !VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h */
     693
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VSCSIVpdPages_h
    19 #define ___VSCSIVpdPages_h
     18#ifndef VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h
     19#define VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    199199typedef const VSCSIVPDPAGEBLOCKPROV *PCVSCSIVPDPAGEBLOCKPROVS;
    200200
    201 #endif /* ___VSCSIVpdPages_h */
    202 
     201#endif /* !VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h */
     202
  • trunk/src/VBox/Devices/Storage/swab.h

    r76553 r76565  
    2727 */
    2828
    29 #ifndef _VBOX_LINUX_SWAB_H
    30 #define _VBOX_LINUX_SWAB_H
     29#ifndef VBOX_INCLUDED_SRC_Storage_swab_h
     30#define VBOX_INCLUDED_SRC_Storage_swab_h
    3131#ifndef RT_WITHOUT_PRAGMA_ONCE
    3232# pragma once
     
    6262}
    6363
    64 #endif /* _VBOX_LINUX_SWAB_H */
     64#endif /* !VBOX_INCLUDED_SRC_Storage_swab_h */
  • trunk/src/VBox/Devices/USB/USBProxyDevice.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___USBProxyDevice_h
    19 #define ___USBProxyDevice_h
     18#ifndef VBOX_INCLUDED_SRC_USB_USBProxyDevice_h
     19#define VBOX_INCLUDED_SRC_USB_USBProxyDevice_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    275275RT_C_DECLS_END
    276276
    277 #endif
    278 
     277#endif /* !VBOX_INCLUDED_SRC_USB_USBProxyDevice_h */
     278
  • trunk/src/VBox/Devices/USB/VUSBInternal.h

    r76553 r76565  
    2121 */
    2222
    23 #ifndef ___VUSBInternal_h
    24 #define ___VUSBInternal_h
     23#ifndef VBOX_INCLUDED_SRC_USB_VUSBInternal_h
     24#define VBOX_INCLUDED_SRC_USB_VUSBInternal_h
    2525#ifndef RT_WITHOUT_PRAGMA_ONCE
    2626# pragma once
     
    744744
    745745RT_C_DECLS_END
    746 #endif
    747 
     746#endif /* !VBOX_INCLUDED_SRC_USB_VUSBInternal_h */
     747
  • trunk/src/VBox/Devices/USB/VUSBSniffer.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VUSBSniffer_h
    19 #define ___VUSBSniffer_h
     18#ifndef VBOX_INCLUDED_SRC_USB_VUSBSniffer_h
     19#define VBOX_INCLUDED_SRC_USB_VUSBSniffer_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9898
    9999RT_C_DECLS_END
    100 #endif
     100#endif /* !VBOX_INCLUDED_SRC_USB_VUSBSniffer_h */
    101101
  • trunk/src/VBox/Devices/USB/VUSBSnifferInternal.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VUSBSnifferInternal_h
    19 #define ___VUSBSnifferInternal_h
     18#ifndef VBOX_INCLUDED_SRC_USB_VUSBSnifferInternal_h
     19#define VBOX_INCLUDED_SRC_USB_VUSBSnifferInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    107107
    108108RT_C_DECLS_END
    109 #endif /** !___VUSBSnifferInternal_h */
     109#endif /* !VBOX_INCLUDED_SRC_USB_VUSBSnifferInternal_h */
  • trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VMMDev_VMMDevHGCM_h
    19 #define ___VMMDev_VMMDevHGCM_h
     18#ifndef VBOX_INCLUDED_SRC_VMMDev_VMMDevHGCM_h
     19#define VBOX_INCLUDED_SRC_VMMDev_VMMDevHGCM_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4646RT_C_DECLS_END
    4747
    48 #endif /* !___VMMDev_VMMDevHGCM_h */
     48#endif /* !VBOX_INCLUDED_SRC_VMMDev_VMMDevHGCM_h */
    4949
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VMMDev_VMMDevState_h
    19 #define ___VMMDev_VMMDevState_h
     18#ifndef VBOX_INCLUDED_SRC_VMMDev_VMMDevState_h
     19#define VBOX_INCLUDED_SRC_VMMDev_VMMDevState_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    453453#define VMMDEV_SAVED_STATE_VERSION_VBOX_30                      11
    454454
    455 #endif /* !___VMMDev_VMMDevState_h */
    456 
     455#endif /* !VBOX_INCLUDED_SRC_VMMDev_VMMDevState_h */
     456
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VMMDev_VMMDevTesting_h
    19 #define ___VMMDev_VMMDevTesting_h
     18#ifndef VBOX_INCLUDED_SRC_VMMDev_VMMDevTesting_h
     19#define VBOX_INCLUDED_SRC_VMMDev_VMMDevTesting_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3232RT_C_DECLS_END
    3333
    34 #endif
     34#endif /* !VBOX_INCLUDED_SRC_VMMDev_VMMDevTesting_h */
    3535
  • trunk/src/VBox/Devices/VirtIO/Virtio.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___VBox_Virtio_h
    19 #define ___VBox_Virtio_h
     18#ifndef VBOX_INCLUDED_SRC_VirtIO_Virtio_h
     19#define VBOX_INCLUDED_SRC_VirtIO_Virtio_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    332332}
    333333
    334 #endif /* !___VBox_Virtio_h */
     334#endif /* !VBOX_INCLUDED_SRC_VirtIO_Virtio_h */
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r76553 r76565  
    1616 */
    1717
    18 #ifndef ___build_VBoxDD_h
    19 #define ___build_VBoxDD_h
     18#ifndef VBOX_INCLUDED_SRC_build_VBoxDD_h
     19#define VBOX_INCLUDED_SRC_build_VBoxDD_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    195195RT_C_DECLS_END
    196196
    197 #endif
     197#endif /* !VBOX_INCLUDED_SRC_build_VBoxDD_h */
    198198
  • trunk/src/VBox/Devices/build/VBoxDD2.h

    r76553 r76565  
    1818 */
    1919
    20 #ifndef ___build_VBoxDD2_h
    21 #define ___build_VBoxDD2_h
     20#ifndef VBOX_INCLUDED_SRC_build_VBoxDD2_h
     21#define VBOX_INCLUDED_SRC_build_VBoxDD2_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    7070RT_C_DECLS_END
    7171
    72 #endif
     72#endif /* !VBOX_INCLUDED_SRC_build_VBoxDD2_h */
    7373
  • trunk/src/VBox/Devices/testcase/tstDeviceInternal.h

    r76553 r76565  
    1515 */
    1616
    17 #ifndef ___tstDeviceInternal_h
    18 #define ___tstDeviceInternal_h
     17#ifndef VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h
     18#define VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    239239RT_C_DECLS_END
    240240
    241 #endif
     241#endif /* !VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h */
  • trunk/src/VBox/Devices/testcase/tstDevicePlugin.h

    r76553 r76565  
    1515 */
    1616
    17 #ifndef ___tstDevicePlugin_h
    18 #define ___tstDevicePlugin_h
     17#ifndef VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h
     18#define VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    126126#define TSTDEV_PLUGIN_LOAD_NAME "TSTDevPluginLoad"
    127127
    128 #endif
     128#endif /* !VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h */
  • trunk/src/VBox/Devices/testcase/tstDeviceVMMInternal.h

    r76561 r76565  
    1616 */
    1717
    18 #ifndef ___tstDeviceVMMInternal_h
    19 #define ___tstDeviceVMMInternal_h
     18#ifndef VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h
     19#define VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    361361RT_C_DECLS_END
    362362
    363 #endif
    364 
     363#endif /* !VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h */
     364
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