Changeset 76574 in vbox for trunk/src/VBox/ImageMounter
- Timestamp:
- Jan 1, 2019 5:59:26 AM (6 years ago)
- Location:
- trunk/src/VBox/ImageMounter/vboximg-mount
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/SelfSizingTable.h
r76553 r76574 66 66 */ 67 67 68 #ifndef ___SELFSIZINGTABLE_H69 #define ___SELFSIZINGTABLE_H68 #ifndef VBOX_INCLUDED_SRC_vboximg_mount_SelfSizingTable_h 69 #define VBOX_INCLUDED_SRC_vboximg_mount_SelfSizingTable_h 70 70 #ifndef RT_WITHOUT_PRAGMA_ONCE 71 71 # pragma once -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.h
r76553 r76574 16 16 */ 17 17 18 #ifndef ___vboximg_mount_h19 #define ___vboximg_mount_h18 #ifndef VBOX_INCLUDED_SRC_vboximg_mount_vboximg_mount_h 19 #define VBOX_INCLUDED_SRC_vboximg_mount_vboximg_mount_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgCrypto.h
r76553 r76574 17 17 */ 18 18 19 #ifndef ____H_VBOXIMGCRYPTO20 #define ____H_VBOXIMGCRYPTO19 #ifndef VBOX_INCLUDED_SRC_vboximg_mount_vboximgCrypto_h 20 #define VBOX_INCLUDED_SRC_vboximg_mount_vboximgCrypto_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgMedia.h
r76553 r76574 17 17 */ 18 18 19 #ifndef ____H_VBOXIMGMEDIA20 #define ____H_VBOXIMGMEDIA19 #ifndef VBOX_INCLUDED_SRC_vboximg_mount_vboximgMedia_h 20 #define VBOX_INCLUDED_SRC_vboximg_mount_vboximgMedia_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgOpts.h
r76553 r76574 18 18 */ 19 19 20 #ifndef ___vboximgopts_h21 #define ___vboximgopts_h20 #ifndef VBOX_INCLUDED_SRC_vboximg_mount_vboximgOpts_h 21 #define VBOX_INCLUDED_SRC_vboximg_mount_vboximgOpts_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once
Note:
See TracChangeset
for help on using the changeset viewer.