VirtualBox

Changeset 76567 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Jan 1, 2019 4:28:21 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127869
Message:

ExtPacks: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/.scm-settings

    r76553 r76567  
    1919# The ExtPack.xml files doesn't include any license or copyright.
    2020*/ExtPack.xml: --no-update-copyright-year --no-update-license
     21/*.h: --guard-relative-to-dir . --guard-prefix VBOX_INCLUDED_SRC_ --fix-header-guard-endif
    2122
  • trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h

    r76553 r76567  
    1818 */
    1919
    20 #ifndef ___VBoxDTraceLibCWrappers_h___
    21 #define ___VBoxDTraceLibCWrappers_h___
     20#ifndef VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceLibCWrappers_h
     21#define VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceLibCWrappers_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    9797#define bcmp(a_p1, a_p2, a_cb)      (memcmp(a_p1, a_p2, a_cb))
    9898
    99 #endif
     99#endif /* !VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceLibCWrappers_h */
    100100
  • trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h

    r76553 r76567  
    1919 */
    2020
    21 #ifndef ___VBoxDTraceTypes_h___
    22 #define ___VBoxDTraceTypes_h___
     21#ifndef VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceTypes_h
     22#define VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceTypes_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    466466
    467467RT_C_DECLS_END
    468 #endif
    469 
     468#endif /* !VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceTypes_h */
     469
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