mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
* function renames my* and win32_* to rb_w32_* in win32/win32.c fixed files win32/win32.c, win32/win32.h, win32/dir.h, hash.c, rubysig.h, signal.c, ext/socket/socket.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1715197c37
commit
d7c1784297
8 changed files with 177 additions and 163 deletions
4
hash.c
4
hash.c
|
@ -921,8 +921,8 @@ static int path_tainted = -1;
|
|||
|
||||
static char **origenviron;
|
||||
#ifdef NT
|
||||
#define GET_ENVIRON(e) (e = win32_get_environ())
|
||||
#define FREE_ENVIRON(e) win32_free_environ(e)
|
||||
#define GET_ENVIRON(e) (e = rb_w32_get_environ())
|
||||
#define FREE_ENVIRON(e) rb_w32_free_environ(e)
|
||||
static char **my_environ;
|
||||
#undef environ
|
||||
#define environ my_environ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue