diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-03 02:53:13 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-03 02:53:13 +0000 |
commit | 1b7d014c7863b39ddcbde3db272005d59d06da14 (patch) | |
tree | b1d7c6b909aa9ad74db043bfa207a0a209a3a022 /ext/Win32API/getch.rb | |
parent | 2a975ce20b69a67edad8ce5ba817fdb17c8937a4 (diff) | |
download | ruby-1b7d014c7863b39ddcbde3db272005d59d06da14.tar.gz ruby-1b7d014c7863b39ddcbde3db272005d59d06da14.tar.xz ruby-1b7d014c7863b39ddcbde3db272005d59d06da14.zip |
* ext/Win32API/*: removed or moved to ext/dl/win32.
* ext/dl/win32/*: new. [ruby-dev:32387]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/Win32API/getch.rb')
-rw-r--r-- | ext/Win32API/getch.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/Win32API/getch.rb b/ext/Win32API/getch.rb deleted file mode 100644 index c015bbe9b..000000000 --- a/ext/Win32API/getch.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'Win32API' - -getch = Win32API.new("crtdll", "_getch", [], 'L') - -puts getch.Call.chr |