mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Merge 1155e806d9
into d025bc230c
This commit is contained in:
commit
039a451c53
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
VALUE rb_w32_conv_from_wchar(const WCHAR *wstr, rb_encoding *enc);
|
||||
#include <ruby/win32.h>
|
||||
#endif
|
||||
|
||||
VALUE rb_cBasicSocket;
|
||||
|
@ -613,7 +614,7 @@ void
|
|||
rsock_make_fd_nonblock(int fd)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return;
|
||||
rb_w32_set_nonblock(fd);
|
||||
#endif
|
||||
|
||||
int flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue