Changeset 24223 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Oct 30, 2009 10:27:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libalias/alias_proxy.c
r20958 r24223 81 81 #include "alias_local.h" /* Functions used by alias*.c */ 82 82 #endif 83 #else /* !VBOX */83 #else /* VBOX */ 84 84 # include <iprt/ctype.h> 85 85 # include <iprt/string.h> … … 87 87 # include "alias.h" /* Public API functions for libalias */ 88 88 # include "alias_local.h" /* Functions used by alias*.c */ 89 # define isspace(ch) RT_C_IS_SPACE(ch) 90 # define tolower(ch) RT_C_TO_LOWER(ch) 89 91 #endif /* VBOX */ 90 92
Note:
See TracChangeset
for help on using the changeset viewer.