Changeset 22874 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 9, 2009 7:11:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.h
r22873 r22874 376 376 # define stdout NULL 377 377 # ifdef DEBUG 378 # define LIBALIAS_DEBUG379 # ifdef fprintf380 # undef fprintf381 # endif382 # ifdef fflush383 # undef fflush384 # endif385 # ifdef printf386 # undef printf387 # endif388 # define fflush(x) do{}while(0)378 # 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 388 # define fflush(x) do{} while(0) 389 389 # define fprintf vbox_slirp_fprintf 390 390 # define printf vbox_slirp_printf … … 395 395 RTStrPrintfV(buffer, 1024, format, args); 396 396 397 # if defined(DEBUG_vvl)397 # if defined(DEBUG_vvl) 398 398 LogRel(("NAT:ALIAS: %s\n", buffer)); 399 # else399 # else 400 400 Log2(("NAT:ALIAS: %s\n", buffer)); 401 # endif401 # endif 402 402 } 403 403 static void vbox_slirp_printf(char *format, ...)
Note:
See TracChangeset
for help on using the changeset viewer.