diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-01 05:19:19 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-01 05:19:19 +0000 |
| commit | 1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee (patch) | |
| tree | f8d32f49ec8f7c54b04475db9e66cc9128fd7e7e /include/ruby | |
| parent | bc48cbb00c5221ddae8f7500242fa047634c298b (diff) | |
| download | ruby-1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee.tar.gz ruby-1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee.tar.xz ruby-1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee.zip | |
* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):
split compiler specification and runtime library specification.
* win32/Makefile.sub (LD_SHARED*, config.status): no need to embbed
manifest if not exist.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h index 83bc08007..6cb95e927 100644 --- a/include/ruby/win32.h +++ b/include/ruby/win32.h @@ -177,7 +177,7 @@ extern DWORD rb_w32_osid(void); #define fstat(fd,st) _fstati64(fd,st) #if defined(__BORLANDC__) #define stati64(path, st) rb_w32_stati64(path, st) -#elif !defined(_MSC_VER) || _MSC_VER < 1400 +#elif !defined(_MSC_VER) || RT_VER < 80 #define stati64 _stati64 #define _stati64(path, st) rb_w32_stati64(path, st) #else |
