Changeset 101381 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Oct 6, 2023 10:00:59 AM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp
r101035 r101381 230 230 */ 231 231 nsCOMPtr<IGuestOSType> osType; 232 rc = virtualBox->GetGuestOSType(NS_LITERAL_STRING( "Windows2000").get(),232 rc = virtualBox->GetGuestOSType(NS_LITERAL_STRING(GUEST_OS_ID_STR_X86("Windows2000")).get(), 233 233 getter_AddRefs(osType)); 234 234 if (NS_FAILED(rc)) … … 238 238 else 239 239 { 240 machine->SetOSTypeId(NS_LITERAL_STRING( "Windows2000").get());240 machine->SetOSTypeId(NS_LITERAL_STRING(GUEST_OS_ID_STR_X86("Windows2000")).get()); 241 241 } 242 242
Note:
See TracChangeset
for help on using the changeset viewer.