diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-02 03:57:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-02 03:57:23 +0000 |
commit | 71f2c19a9c65d154b8651218ae260fc4a8152cc2 (patch) | |
tree | f5691379304fb8bb09048b0860bf962066ac5e93 /ext/io/console/console.c | |
parent | 0dc9e4f36b0803fb324ee4175e939fd3c8853ee4 (diff) |
win32_vk.inc: merge win32_vk.h
* ext/io/console/win32_vk.inc: merge win32_vk.h not to be included
in HDRS on other platforms than Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console/console.c')
-rw-r--r-- | ext/io/console/console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 3548f2a336..b5aa1a371c 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -698,7 +698,6 @@ 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 |