Changeset 76531 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Dec 30, 2018 6:03:11 AM (6 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-memory.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_memory_h 28 28 #define ___bs3_cmn_memory_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-paging.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_paging_h 28 28 #define ___bs3_cmn_paging_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_pic_h 28 28 #define ___bs3_cmn_pic_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-test.h
r69111 r76531 27 27 #ifndef ___bs3_cmn_test_h 28 28 #define ___bs3_cmn_test_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.h
r66175 r76531 27 27 #ifndef ___bs3_mode_TestDoModes_h 28 28 #define ___bs3_mode_TestDoModes_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "bs3kit.h" -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-data.h
r69111 r76531 29 29 * First part is only applied once. It concerns itself with data symbols. 30 30 */ 31 31 32 #ifndef ___bs3kit_mangling_data_h 32 33 #define ___bs3kit_mangling_data_h 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 33 37 34 38 #if 0 /* the object converter deals with this now */ -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r72146 r76531 27 27 #ifndef ___bs3kit_h 28 28 #define ___bs3kit_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifndef DOXYGEN_RUNNING
Note:
See TracChangeset
for help on using the changeset viewer.