Changeset 76523 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/include
- Timestamp:
- Dec 30, 2018 5:48:39 AM (6 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
r69500 r76523 20 20 #ifndef ___VBoxDTraceLibCWrappers_h___ 21 21 #define ___VBoxDTraceLibCWrappers_h___ 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <assert.h> -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
r69500 r76523 21 21 #ifndef ___VBoxDTraceTypes_h___ 22 22 #define ___VBoxDTraceTypes_h___ 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <iprt/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.