Changeset 48074 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 26, 2013 10:33:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/include/arch/cc.h
r47887 r48074 16 16 17 17 typedef uint8_t u8_t; 18 #ifndef RT_OS_SOLARIS 18 19 typedef int8_t s8_t; 20 #else 21 /* Solaris /usr/include/sys/int_types.h incorrectly defines int8_t as "char" */ 22 typedef signed char s8_t; 23 #endif 19 24 typedef uint16_t u16_t; 20 25 typedef int16_t s16_t;
Note:
See TracChangeset
for help on using the changeset viewer.