diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-01 04:23:59 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-01 04:23:59 +0000 |
| commit | bb790b43e181833594f7789771867b339b460496 (patch) | |
| tree | 31a954d178623f6f9fe33531d5dbc4baa3f2b61a /ChangeLog | |
| parent | 8aee5c01add6bdc95a29601be119009932ab1d89 (diff) | |
| download | ruby-bb790b43e181833594f7789771867b339b460496.tar.gz ruby-bb790b43e181833594f7789771867b339b460496.tar.xz ruby-bb790b43e181833594f7789771867b339b460496.zip | |
* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()
instead of calling MSVCRT's getpid().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Oct 1 13:23:14 2009 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId() + instead of calling MSVCRT's getpid(). + Wed Sep 30 13:15:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_method.c (rb_add_method_def): show the location where |
