1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/win32.c: add declaration of wstati64 for gcc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
wanabe 2010-04-30 21:45:33 +00:00
parent 6c28f99d88
commit a8209ffcc7
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat May 1 06:42:57 2010 wanabe <s.wanabe@gmail.com>
* win32/win32.c: add declaration of wstati64 for gcc.
Sat May 1 02:41:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* merge some patches from win32-uncode-test branch.

View file

@ -67,6 +67,7 @@ static struct ChildRecord *CreateChild(const char *, const char *, SECURITY_ATTR
static int has_redirection(const char *);
int rb_w32_wait_events(HANDLE *events, int num, DWORD timeout);
static int rb_w32_open_osfhandle(intptr_t osfhandle, int flags);
static int wstati64(const WCHAR *path, struct stati64 *st);
#define RUBY_CRITICAL(expr) do { expr; } while (0)