mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* win32/win32.c (ioinfo): VC++8 support, forgotten to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5eb861ec37
commit
4f092ec3d0
2 changed files with 8 additions and 0 deletions
|
@ -1582,6 +1582,10 @@ typedef struct {
|
|||
char pipech2[2];
|
||||
#endif
|
||||
#endif
|
||||
#if _MSC_VER >= 1400
|
||||
char textmode;
|
||||
char pipech2[2];
|
||||
#endif
|
||||
} ioinfo;
|
||||
|
||||
#if !defined _CRTIMP || defined __MINGW32__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue