Changeset 103150 in vbox
- Timestamp:
- Jan 31, 2024 3:41:58 PM (10 months ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r99775 r103150 445 445 # ifdef RT_OS_DARWIN 446 446 447 #if 0 /* unused */ 447 448 /* For debugging. */ 448 449 uint32_t GetSignalMask(void) … … 459 460 return *(uint32_t const *)&Sigs; 460 461 } 462 #endif 461 463 462 464 /** -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r103085 r103150 705 705 * @param platformX86 x86-specific platform object to use. 706 706 */ 707 HRESULT handleModifyVM_x86(PRTGETOPTSTATE pGetOptState, int c, PRTGETOPTUNION pValueUnion,708 ComPtr<IMachine> &sessionMachine, ComPtr<IPlatformX86> &platformX86)707 static HRESULT handleModifyVM_x86(PRTGETOPTSTATE pGetOptState, int c, PRTGETOPTUNION pValueUnion, 708 ComPtr<IMachine> &sessionMachine, ComPtr<IPlatformX86> &platformX86) 709 709 { 710 710 RT_NOREF(sessionMachine);
Note:
See TracChangeset
for help on using the changeset viewer.