VirtualBox

Changeset 25582 in vbox


Ignore:
Timestamp:
Dec 25, 2009 10:25:46 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56267
Message:

NetFlt|Adp/win: some code cleanup

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk

    r25367 r25582  
    4949else
    5050 VBoxNetFlt_DEFS.win += VBOXNETFLT_STATIC_CONFIG
     51 VBoxNetFlt_DEFS.win += NDIS_MINIPORT_DRIVER NDIS_WDM=1 BINARY_COMPATIBLE=0
     52 VBoxNetFlt_DEFS.win += NDIS50_MINIPORT=1 NDIS50=1
    5153 VBoxNetFlt_SOURCES.win += win/VBoxNetFltMp-win.c
    5254endif
     
    257259        win/VBoxNetFlt-win.rc
    258260VBoxNetAdp_DEFS += VBOXNETFLT_STATIC_CONFIG VBOXNETADP
     261VBoxNetAdp_DEFS += NDIS_MINIPORT_DRIVER NDIS_WDM=1 BINARY_COMPATIBLE=0
     262VBoxNetAdp_DEFS += NDIS50_MINIPORT=1 NDIS50=1
    259263VBoxNetAdp_LDFLAGS.win.x86 = -Entry:DriverEntry@8
    260264VBoxNetAdp_LDFLAGS.win.amd64 = -Entry:DriverEntry
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h

    r24217 r25582  
    2727#define ___VBoxNetFltCommon_win_h___
    2828
    29 #ifndef VBOX_NETFLT_ONDEMAND_BIND
    30 # define NDIS_MINIPORT_DRIVER
    31 # define NDIS50_MINIPORT 1
    32 #endif
    33 
    34 #define BINARY_COMPATIBLE 0
    35 #define NDIS_WDM 0
    36 #define NDIS50 1
    37 #define NTSTRSAFE_LIB
     29//#define NTSTRSAFE_LIB
    3830
    3931#ifdef DEBUG
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