- Timestamp:
- Sep 7, 2023 9:52:38 AM (13 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
doc/manual/en_US/SDKRef.xml (modified) (1 diff)
-
src/VBox/Main/include/HostX86Impl.h (modified) (2 diffs, 3 props)
-
src/VBox/Main/src-server/HostX86Impl.cpp (modified) (3 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r101040 r101041 5799 5799 5800 5800 <listitem> 5801 <para>the CpuPropertyType enum is now 5802 <link linkend="CPUPropertyType">CPUPropertyType</link>.</para> 5801 <para>the CpuPropertyType enum is now CPUPropertyType.</para> 5803 5802 </listitem> 5804 5803 -
trunk/src/VBox/Main/include/HostX86Impl.h
- Property svn:executable deleted
-
Property svn:eol-style
set to
native -
Property svn:keywords
set to
Id Revision
r101035 r101041 26 26 */ 27 27 28 #ifndef MAIN_INCLUDED_HostX86 _h29 #define MAIN_INCLUDED_HostX86 _h28 #ifndef MAIN_INCLUDED_HostX86Impl_h 29 #define MAIN_INCLUDED_HostX86Impl_h 30 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 31 # pragma once … … 89 89 }; 90 90 91 #endif /* !MAIN_INCLUDED_HostX86 _h */91 #endif /* !MAIN_INCLUDED_HostX86Impl_h */ 92 92 -
trunk/src/VBox/Main/src-server/HostX86Impl.cpp
- Property svn:executable deleted
-
Property svn:eol-style
set to
native -
Property svn:keywords
set to
Id Revision
Note:
See TracChangeset
for help on using the changeset viewer.

