VirtualBox

Ignore:
Timestamp:
Mar 5, 2025 4:33:37 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167829
Message:

Windows host installer: Removed the Ndis6" prefix from the exported functions Ndis6CreateHostOnlyInterface + Ndis6UpdateHostOnlyInterfaces -- should we later need to support another (major) NDIS version, simply make configurable thru MSI properties instead of adding another function. bugref:10873

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r108454 r108455  
    21612161#endif /* VBOX_WITH_NETADP */
    21622162
    2163 UINT __stdcall Ndis6CreateHostOnlyInterface(MSIHANDLE hModule)
     2163UINT __stdcall CreateHostOnlyInterface(MSIHANDLE hModule)
    21642164{
    21652165#ifdef VBOX_WITH_NETADP
     
    23332333#endif /* VBOX_WITH_NETADP */
    23342334
    2335 UINT __stdcall Ndis6UpdateHostOnlyInterfaces(MSIHANDLE hModule)
     2335UINT __stdcall UpdateHostOnlyInterfaces(MSIHANDLE hModule)
    23362336{
    23372337#ifdef VBOX_WITH_NETADP
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