From d0465cc9e07816fceee1e126a5b834de8ed2d6bd Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 28 Jun 2014 13:58:01 +0000 Subject: * ext/pathname/pathname.c (path_birthtime): Windows support. see [Feature #9857] [ruby-dev:48339] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/pathname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index 2729633872..995c96ae07 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -449,7 +449,7 @@ path_atime(VALUE self) * * See File.birthtime. */ -#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) +#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) || defined(_WIN32) static VALUE path_birthtime(VALUE self) { -- cgit v1.2.3