Changeset 53318 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6
- Timestamp:
- Nov 13, 2014 10:06:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/VBoxNetLwf.inf
r53124 r53318 2 2 ; @file 3 3 ; VBoxNetLwf.inf - VirtualBox Bridged Networking Driver inf file 4 ;5 ; Note: We use the same component id as the old NetFlt implementation6 4 ; 7 5 ; … … 32 30 33 31 [VBox] 34 %VBoxNetLwf_Desc% = VBoxNetLwf.ndi, sun_VBoxNetFlt32 %VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf 35 33 36 34 [VBox.NTx86] 37 %VBoxNetLwf_Desc% = VBoxNetLwf.ndi, sun_VBoxNetFlt35 %VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf 38 36 39 37 [VBox.NTamd64] 40 %VBoxNetLwf_Desc% = VBoxNetLwf.ndi, sun_VBoxNetFlt38 %VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf 41 39 42 40 [VBoxNetLwf.ndi]
Note:
See TracChangeset
for help on using the changeset viewer.