Changeset 24212 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 30, 2009 4:59:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54159
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r23927 r24212 51 51 VBoxNetFlt_SOURCES.win += win/VBoxNetFltMp-win.c 52 52 endif 53 #ifdef VBOX_LOOPBACK_USEFLAGS53 ifdef VBOX_LOOPBACK_USEFLAGS 54 54 VBoxNetFlt_DEFS.win += VBOX_LOOPBACK_USEFLAGS 55 #endif55 endif 56 56 VBoxNetFlt_SOURCES = VBoxNetFlt.c 57 57 VBoxNetFlt_LDFLAGS.darwin = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c
r24203 r24212 968 968 if(pLb) 969 969 { 970 #ifndef DEBUG_NETFLT_RECV_TRANSFERDATA 970 971 /* should not be here */ 971 972 Assert(0); 973 #endif 972 974 if(!vboxNetFltWinLbIsFromIntNet(pLb)) 973 975 {
Note:
See TracChangeset
for help on using the changeset viewer.