Changeset 101043 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 7, 2023 10:16:04 AM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159002
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformARMImpl.h
r101035 r101043 26 26 */ 27 27 28 #ifndef MAIN_INCLUDED_PlatformARM _h29 #define MAIN_INCLUDED_PlatformARM _h28 #ifndef MAIN_INCLUDED_PlatformARMImpl_h 29 #define MAIN_INCLUDED_PlatformARMImpl_h 30 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 31 # pragma once … … 69 69 HRESULT i_applyDefaults(GuestOSType *aOsType); 70 70 }; 71 #endif /* !MAIN_INCLUDED_PlatformARM _h */71 #endif /* !MAIN_INCLUDED_PlatformARMImpl_h */ 72 72 -
trunk/src/VBox/Main/include/PlatformPropertiesImpl.h
r101035 r101043 26 26 */ 27 27 28 #ifndef MAIN_INCLUDED_PlatformProperties _h29 #define MAIN_INCLUDED_PlatformProperties _h28 #ifndef MAIN_INCLUDED_PlatformPropertiesImpl_h 29 #define MAIN_INCLUDED_PlatformPropertiesImpl_h 30 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 31 # pragma once … … 129 129 }; 130 130 131 #endif /* !MAIN_INCLUDED_PlatformProperties _h */131 #endif /* !MAIN_INCLUDED_PlatformPropertiesImpl_h */ 132 132 -
trunk/src/VBox/Main/include/PlatformX86Impl.h
r101035 r101043 26 26 */ 27 27 28 #ifndef MAIN_INCLUDED_PlatformX86 _h29 #define MAIN_INCLUDED_PlatformX86 _h28 #ifndef MAIN_INCLUDED_PlatformX86Impl_h 29 #define MAIN_INCLUDED_PlatformX86Impl_h 30 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 31 # pragma once … … 87 87 }; 88 88 89 #endif /* !MAIN_INCLUDED_PlatformX86 _h */89 #endif /* !MAIN_INCLUDED_PlatformX86Impl_h */ 90 90
Note:
See TracChangeset
for help on using the changeset viewer.