VirtualBox

Ignore:
Timestamp:
Mar 18, 2024 11:50:24 AM (11 months ago)
Author:
vboxsync
Message:

Installer/Windows/InstallHelper: Cleaned up #ifdef hell for VBOX_WITH_NETADP and VBOX_WITH_NETFLT to make it actually compile if not defined. Made some functions static which weren't before. Better would be having most of that code in a separate module; something for later. Needed as a prerequisite for a new testcase which doesn't need all of this VBOX_WITH_NETXXX code [SCM fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk

    r103889 r103890  
    3737 VBoxInstallHelper_SDKS   += VBoxWinNewDevLib
    3838 VBoxInstallHelper_DEFS   += \
    39         $(if $(VBOX_WITH_NETFLT),VBOX_WITH_NETFLT,) \
    40         $(if $(VBOX_WITH_NETADP),VBOX_WITH_NETADP,)
     39        $(if $(VBOX_WITH_NETFLT),VBOX_WITH_NETFLT,) \
     40        $(if $(VBOX_WITH_NETADP),VBOX_WITH_NETADP,)
    4141 VBoxInstallHelper_LIBS   += \
    4242        $(PATH_STAGE_LIB)/WinNetConfigSharedStatic.lib \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette