Changeset 15793 in vbox
- Timestamp:
- Jan 5, 2009 10:48:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.h
r15791 r15793 41 41 #define malloc dont_use_malloc 42 42 #undef free 43 #define free (a)dont_use_free43 #define free dont_use_free 44 44 #undef realloc 45 #define realloc (a,b)dont_use_realloc45 #define realloc dont_use_realloc 46 46 #undef strdup 47 #define strdup (a)dont_use_strdup47 #define strdup dont_use_strdup 48 48 49 49 #include "slirp_config.h"
Note:
See TracChangeset
for help on using the changeset viewer.