VirtualBox

Changeset 101043 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 7, 2023 10:16:04 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159002
Message:

Initial commit (based draft v2 / on patch v5) for implementing platform architecture support for x86 and ARM: More SCM fixes. bugref:10384

Location:
trunk/src/VBox/Main/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/PlatformARMImpl.h

    r101035 r101043  
    2626 */
    2727
    28 #ifndef MAIN_INCLUDED_PlatformARM_h
    29 #define MAIN_INCLUDED_PlatformARM_h
     28#ifndef MAIN_INCLUDED_PlatformARMImpl_h
     29#define MAIN_INCLUDED_PlatformARMImpl_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    6969    HRESULT i_applyDefaults(GuestOSType *aOsType);
    7070};
    71 #endif /* !MAIN_INCLUDED_PlatformARM_h */
     71#endif /* !MAIN_INCLUDED_PlatformARMImpl_h */
    7272
  • trunk/src/VBox/Main/include/PlatformPropertiesImpl.h

    r101035 r101043  
    2626 */
    2727
    28 #ifndef MAIN_INCLUDED_PlatformProperties_h
    29 #define MAIN_INCLUDED_PlatformProperties_h
     28#ifndef MAIN_INCLUDED_PlatformPropertiesImpl_h
     29#define MAIN_INCLUDED_PlatformPropertiesImpl_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    129129};
    130130
    131 #endif /* !MAIN_INCLUDED_PlatformProperties_h */
     131#endif /* !MAIN_INCLUDED_PlatformPropertiesImpl_h */
    132132
  • trunk/src/VBox/Main/include/PlatformX86Impl.h

    r101035 r101043  
    2626 */
    2727
    28 #ifndef MAIN_INCLUDED_PlatformX86_h
    29 #define MAIN_INCLUDED_PlatformX86_h
     28#ifndef MAIN_INCLUDED_PlatformX86Impl_h
     29#define MAIN_INCLUDED_PlatformX86Impl_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    8787};
    8888
    89 #endif /* !MAIN_INCLUDED_PlatformX86_h */
     89#endif /* !MAIN_INCLUDED_PlatformX86Impl_h */
    9090
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette