diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-26 01:58:20 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-26 01:58:20 +0000 |
| commit | 47a374e3f7e7768118074a19b16dc4e7bd678aa9 (patch) | |
| tree | dfd3d6152626b7d064885cbdd7f2865ea7a3b200 /include/ruby | |
| parent | 2b7bf4020fb082c1951ab12f8995cab1dd1101ff (diff) | |
| download | ruby-47a374e3f7e7768118074a19b16dc4e7bd678aa9.tar.gz ruby-47a374e3f7e7768118074a19b16dc4e7bd678aa9.tar.xz ruby-47a374e3f7e7768118074a19b16dc4e7bd678aa9.zip | |
* include/ruby/win32.h (rb_w32_wopen): prototype forgotten.
* io.c (rb_sysopen_internal): shouldn't replace undefined chars in this
case.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h index 46388a3ae..ea5fe6132 100644 --- a/include/ruby/win32.h +++ b/include/ruby/win32.h @@ -532,6 +532,7 @@ HANDLE GetCurrentThreadHandle(void); int rb_w32_sleep(unsigned long msec); int rb_w32_putc(int, FILE*); int rb_w32_getc(FILE*); +int rb_w32_wopen(const WCHAR *, int, ...); int rb_w32_open(const char *, int, ...); int rb_w32_close(int); int rb_w32_fclose(FILE*); |
