ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/schmorp.h
(Generate patch)

Comparing EV/schmorp.h (file contents):
Revision 1.13 by root, Tue Oct 22 10:43:05 2013 UTC vs.
Revision 1.14 by root, Fri Apr 11 04:27:20 2014 UTC

232} 232}
233 233
234/*****************************************************************************/ 234/*****************************************************************************/
235/* portable pipe/socketpair */ 235/* portable pipe/socketpair */
236 236
237#ifdef USE_SOCKETS_AS_HANDLES 237#if defined(USE_SOCKETS_AS_HANDLES) || PERL_VERSION_ATLEAST(5,18,0)
238# define S_TO_HANDLE(x) ((HANDLE)win32_get_osfhandle (x)) 238# define S_TO_HANDLE(x) ((HANDLE)win32_get_osfhandle (x))
239#else 239#else
240# define S_TO_HANDLE(x) ((HANDLE)x) 240# define S_TO_HANDLE(x) ((HANDLE)x)
241#endif 241#endif
242 242

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines