diff options
-rw-r--r-- | lib/reline/windows.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb index c572197472..b952329911 100644 --- a/lib/reline/windows.rb +++ b/lib/reline/windows.rb @@ -53,7 +53,7 @@ class Reline::Windows end if defined? JRUBY_VERSION - require 'Win32API' + require 'win32api' else class Win32API DLL = {} |