iobuffer icon indicating copy to clipboard operation
iobuffer copied to clipboard

Visual C++ support.

Open unak opened this issue 12 years ago • 0 comments

  • ext/extconf.rb: check "ruby/io.h" for 1.9 or later.
  • ext/extconf.rb: check "unistd.h" because Windows doesn't have it.
  • ext/iobuffer.c: follow above changes.

note that the spec will fail on Windows because nonblocking mode of pipes are not supported.

unak avatar Dec 03 '13 09:12 unak