diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-07 06:35:40 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-07 06:35:40 +0000 |
commit | 19e0fa010e8c02b7ba6a1fd3c59adfd65e462062 (patch) | |
tree | 3327e8b4ee53fc0b4cd914a13ea27beb4f2b1290 /ext/io/console/console.c | |
parent | c4324e31f49c56241505471dec5ec811de63393c (diff) |
win32_vk.inc: renamed
* ext/io/console/win32_vk.inc: renamed not to be included in HDRS
by mkmf.rb and regenerated unexpectedly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console/console.c')
-rw-r--r-- | ext/io/console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 8f54b5dd09..4c49abaa41 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -698,7 +698,7 @@ console_cursor_set(VALUE io, VALUE cpos) return console_goto(io, RARRAY_AREF(cpos, 0), RARRAY_AREF(cpos, 1)); } -#include "win32_vk.h" +#include "win32_vk.inc" static VALUE console_key_pressed_p(VALUE io, VALUE k) |