VirtualBox

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


Ignore:
Timestamp:
Jan 1, 2019 2:51:45 AM (6 years ago)
Author:
vboxsync
Message:

include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard prefix, letting scm enforce this (thereby avoiding copy&paste errors like NativeEventQueue.h).

Location:
trunk/src/VBox/Additions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/indent.sed

    r76553 r76558  
    252252# Header file guard:
    253253s/__HGSMIChannels_h__/__HGSMI_CHANNELS_H__/g
    254 s/___VBox_Graphics_HGSMIChSetup_h/__HGSMI_CH_SETUP_H__/g
     254s/VBOX_INCLUDED_Graphics_HGSMIChSetup_h/__HGSMI_CH_SETUP_H__/g
    255255
    256256# And move braces.  This must be the last expression as it jumps to the next
  • trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h

    r76553 r76558  
    3030 * there. */
    3131
    32 #ifndef ___VBox_Graphics_HGSMIMemAlloc_h
    33 #define ___VBox_Graphics_HGSMIMemAlloc_h
     32#ifndef VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h
     33#define VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h
    3434#ifndef RT_WITHOUT_PRAGMA_ONCE
    3535# pragma once
     
    6161RT_C_DECLS_END
    6262
    63 #endif /* !___VBox_Graphics_HGSMIMemAlloc_h */
     63#endif /* !VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h */
  • trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h

    r76553 r76558  
    2929 * there. */
    3030
    31 #ifndef ___VBox_Graphics_VBoxVideoIPRT_h
    32 #define ___VBox_Graphics_VBoxVideoIPRT_h
     31#ifndef VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h
     32#define VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
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