Changeset 76567 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jan 1, 2019 4:28:21 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127869
- Location:
- trunk/src/VBox/ExtPacks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/.scm-settings
r76553 r76567 19 19 # The ExtPack.xml files doesn't include any license or copyright. 20 20 */ExtPack.xml: --no-update-copyright-year --no-update-license 21 /*.h: --guard-relative-to-dir . --guard-prefix VBOX_INCLUDED_SRC_ --fix-header-guard-endif 21 22 -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
r76553 r76567 18 18 */ 19 19 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 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 97 97 #define bcmp(a_p1, a_p2, a_cb) (memcmp(a_p1, a_p2, a_cb)) 98 98 99 #endif 99 #endif /* !VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceLibCWrappers_h */ 100 100 -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
r76553 r76567 19 19 */ 20 20 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 23 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 24 # pragma once … … 466 466 467 467 RT_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.