Changeset 108111 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 7, 2025 1:12:08 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r107839 r108111 54 54 using namespace com; 55 55 56 #if defined(VBOX_WITH_NETFLT) && !defined(RT_OS_SOLARIS) 56 57 static const RTGETOPTDEF g_aHostOnlyCreateOptions[] = 57 58 { … … 59 60 }; 60 61 61 #if defined(VBOX_WITH_NETFLT) && !defined(RT_OS_SOLARIS)62 62 static RTEXITCODE handleCreate(HandlerArg *a) 63 63 {
Note:
See TracChangeset
for help on using the changeset viewer.