Changeset 107296 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp
- Timestamp:
- Dec 12, 2024 11:07:22 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp
r106061 r107296 51 51 * Defined Constants And Macros * 52 52 *********************************************************************************************************************************/ 53 #ifdef NDIS60 54 # define VBOX_NETADP_HWID L"sun_VBoxNetAdp6" 55 #else 56 # define VBOX_NETADP_HWID L"sun_VBoxNetAdp" 57 #endif 53 #define VBOX_NETADP_HWID L"sun_VBoxNetAdp6" 58 54 59 55
Note:
See TracChangeset
for help on using the changeset viewer.