Changeset 76515 in vbox
- Timestamp:
- Dec 30, 2018 5:17:24 AM (6 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 7 edited
-
CFGMInternal.h (modified) (1 diff)
-
CPUMInternal.h (modified) (1 diff)
-
EMHandleRCTmpl.h (modified) (1 diff)
-
GIMKvmInternal.h (modified) (1 diff)
-
PATMA.h (modified) (1 diff)
-
PDMAsyncCompletionFileInternal.h (modified) (1 diff)
-
VMMTracing.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CFGMInternal.h
r69474 r76515 18 18 #ifndef ___CFGMInternal_h 19 19 #define ___CFGMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/CPUMInternal.h
r76464 r76515 18 18 #ifndef ___CPUMInternal_h 19 19 #define ___CPUMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef VBOX_FOR_DTRACE_LIB -
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r74789 r76515 18 18 #ifndef ___EMHandleRCTmpl_h 19 19 #define ___EMHandleRCTmpl_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #if defined(EMHANDLERC_WITH_PATM) + defined(EMHANDLERC_WITH_HM) + defined(EMHANDLERC_WITH_NEM) != 1 -
trunk/src/VBox/VMM/include/GIMKvmInternal.h
r73340 r76515 18 18 #ifndef ___GIMKvmInternal_h 19 19 #define ___GIMKvmInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/gim.h> -
trunk/src/VBox/VMM/include/PATMA.h
r69474 r76515 18 18 #ifndef ___PATMA_H 19 19 #define ___PATMA_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** @name Patch Fixup Types -
trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h
r69111 r76515 18 18 #ifndef ___PDMAsyncCompletionFileInternal_h 19 19 #define ___PDMAsyncCompletionFileInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/cfgm.h> -
trunk/src/VBox/VMM/include/VMMTracing.h
r69111 r76515 16 16 */ 17 17 18 19 18 #ifndef ___VMMTracing_h___ 20 19 #define ___VMMTracing_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24
Note:
See TracChangeset
for help on using the changeset viewer.

