require "rubygems"
require "dl/import"
module Lib_MSVCRT extend DL::Importable
LC_CTYPE = 2
dlload "msvcrt.dll"
extern "char* setlocale(int, char*)"
end
Lib_MSVCRT::setlocale(Lib_MSVCRT::LC_CTYPE, "")
require "rubygems"
require "dl/import"
module Lib_MSVCRT extend DL::Importable
LC_CTYPE = 2
dlload "msvcrt.dll"
extern "char* setlocale(int, char*)"
end
Lib_MSVCRT::setlocale(Lib_MSVCRT::LC_CTYPE, "")
このブログを応援する