VirtualBox

Ignore:
Timestamp:
Sep 13, 2011 2:31:50 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74009
Message:

Less Assert redefinition, adding RT_NO_STRICT to help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h

    r36184 r38738  
    44 * Common header with configuration defines and global defs
    55 */
     6
    67/*
    78 * Copyright (C) 2011 Oracle Corporation
     
    1516 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1617 */
     18
    1719#ifndef ___VBoxNetFltCmn_win_h___
    1820#define ___VBoxNetFltCmn_win_h___
     
    2426//# define DEBUG_NETFLT_PACKETS
    2527# ifndef DEBUG_misha
    26 #  define DEBUG_NETFLT_NOASSERT
     28#  define RT_NO_STRICT
    2729# endif
    2830/* # define DEBUG_NETFLT_LOOPBACK */
     
    530532#include "VBoxNetFltRt-win.h"
    531533#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"
    543537
    544538#endif /* #ifndef ___VBoxNetFltCmn_win_h___ */
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