Changeset 76565 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127867
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___build_VBoxDD_h19 #define ___build_VBoxDD_h18 #ifndef VBOX_INCLUDED_SRC_build_VBoxDD_h 19 #define VBOX_INCLUDED_SRC_build_VBoxDD_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 195 195 RT_C_DECLS_END 196 196 197 #endif 197 #endif /* !VBOX_INCLUDED_SRC_build_VBoxDD_h */ 198 198 -
trunk/src/VBox/Devices/build/VBoxDD2.h
r76553 r76565 18 18 */ 19 19 20 #ifndef ___build_VBoxDD2_h21 #define ___build_VBoxDD2_h20 #ifndef VBOX_INCLUDED_SRC_build_VBoxDD2_h 21 #define VBOX_INCLUDED_SRC_build_VBoxDD2_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 70 70 RT_C_DECLS_END 71 71 72 #endif 72 #endif /* !VBOX_INCLUDED_SRC_build_VBoxDD2_h */ 73 73
Note:
See TracChangeset
for help on using the changeset viewer.