Changeset 96 for osgVisual/src
- Timestamp:
- Jul 29, 2010, 9:08:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/cluster/enet/unix.c
r65 r96 32 32 33 33 #ifndef HAS_SOCKLEN_T 34 typedef int socklen_t; 34 // todo check if new solution works 35 //typedef int socklen_t; 36 typedef __socklen_t socklen_t; 35 37 #endif 36 38
Note: See TracChangeset
for help on using the changeset viewer.