Ticket #3017: patch-osutil.h.diff
File patch-osutil.h.diff, 448 bytes (added by andre@…, 20 years ago) |
---|
-
netxx-0.4.2/src/osutil.h
old new 82 82 error_type get_last_error (void); 83 83 84 84 85 #if defined(WIN32) || defined (__APPLE__) || defined(__CYGWIN__)85 #if defined(WIN32) || defined (__CYGWIN__) 86 86 typedef int os_socklen_type; 87 87 typedef int* os_socklen_ptr_type; 88 88 # define get_socklen_ptr(x) reinterpret_cast<int*>(&x)