Changeset 349 in Main for trunk/Server/tw_config.h
- Timestamp:
- Oct 16, 2024, 5:08:08 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_config.h
r347 r349 35 35 #define NO_IPV6 36 36 #endif 37 #endif 38 39 #ifdef __NETWARE__ 40 struct in_addr { 41 uint32_t s_addr; 42 }; 43 struct sockaddr_in { 44 uint16_t sin_family; 45 uint16_t sin_port; 46 struct in_addr sin_addr; 47 uint8_t sin_zero[8]; 48 }; 37 49 #endif 38 50
Note:
See TracChangeset
for help on using the changeset viewer.