Changeset 76528 in vbox
- Timestamp:
- Dec 30, 2018 5:56:28 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
r75970 r76528 68 68 #ifndef ___SELFSIZINGTABLE_H 69 69 #define ___SELFSIZINGTABLE_H 70 #ifndef RT_WITHOUT_PRAGMA_ONCE 71 # pragma once 72 #endif 70 73 71 74 #include <iprt/types.h> -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.h
r75970 r76528 18 18 #ifndef ___vboximg_mount_h 19 19 #define ___vboximg_mount_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define BOOTSTRAP_CODE_AREA_SIZE 446 /** Impl. specific MBR & EBR block not relevant for our use */ -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgCrypto.h
r76271 r76528 19 19 #ifndef ____H_VBOXIMGCRYPTO 20 20 #define ____H_VBOXIMGCRYPTO 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <map> -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgMedia.h
r76271 r76528 19 19 #ifndef ____H_VBOXIMGMEDIA 20 20 #define ____H_VBOXIMGMEDIA 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 typedef struct MEDIUMINFO -
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgOpts.h
r76271 r76528 20 20 #ifndef ___vboximgopts_h 21 21 #define ___vboximgopts_h 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26
Note:
See TracChangeset
for help on using the changeset viewer.