VirtualBox

Ignore:
Timestamp:
Sep 9, 2009 7:37:08 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52134
Message:

NAT: DEBUG doesn't control renaming of stdio roputines, but only LIBALIAS_DEBUG macro definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r22874 r22878  
    377377# ifdef DEBUG
    378378#  define LIBALIAS_DEBUG
    379 #  ifdef fprintf
    380 #   undef fprintf
    381 #  endif
    382 #  ifdef fflush
    383 #   undef fflush
    384 #  endif
    385 #  ifdef printf
    386 #   undef printf
    387 #  endif
     379# endif
     380# ifdef fprintf
     381#  undef fprintf
     382# endif
     383# ifdef fflush
     384#  undef fflush
     385# endif
     386# ifdef printf
     387#  undef printf
     388# endif
    388389# define fflush(x) do{} while(0)
    389390# define fprintf vbox_slirp_fprintf
     
    415416    va_end(args);
    416417}
    417 # endif /* DEBUG */
    418418#endif /*VBOX_SLIRP_ALIAS*/
    419419
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette