Changeset 38738 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h
- Timestamp:
- Sep 13, 2011 2:31:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h
r36184 r38738 4 4 * Common header with configuration defines and global defs 5 5 */ 6 6 7 /* 7 8 * Copyright (C) 2011 Oracle Corporation … … 15 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 17 */ 18 17 19 #ifndef ___VBoxNetFltCmn_win_h___ 18 20 #define ___VBoxNetFltCmn_win_h___ … … 24 26 //# define DEBUG_NETFLT_PACKETS 25 27 # ifndef DEBUG_misha 26 # define DEBUG_NETFLT_NOASSERT28 # define RT_NO_STRICT 27 29 # endif 28 30 /* # define DEBUG_NETFLT_LOOPBACK */ … … 530 532 #include "VBoxNetFltRt-win.h" 531 533 #ifndef VBOXNETADP 532 #include "VBoxNetFltP-win.h" 533 #endif 534 # include "VBoxNetFltM-win.h" 535 536 #ifdef DEBUG_NETFLT_NOASSERT 537 # ifdef Assert 538 # undef Assert 539 # endif 540 541 # define Assert(_expr) do {} while (0) 542 #endif /* #ifdef DEBUG_NETFLT_NOASSERT */ 534 # include "VBoxNetFltP-win.h" 535 #endif 536 #include "VBoxNetFltM-win.h" 543 537 544 538 #endif /* #ifndef ___VBoxNetFltCmn_win_h___ */
Note:
See TracChangeset
for help on using the changeset viewer.