# File lib/windows/msvcrt/io.rb, line 159
         def wopen(file, flag, mode)
            Wopen.call(file, flag, mode)
         end