summaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-05 04:43:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-05 04:43:46 +0000
commit42098e4e7fa0b57d0a5b1d1ebb5270bd585537b2 (patch)
tree402c55ae7952263353e5cec27d9619d4b7132c9f /ruby.c
parentd8eb5a73af2550dec6d41ef74e1eda922f768117 (diff)
downloadruby-42098e4e7fa0b57d0a5b1d1ebb5270bd585537b2.tar.gz
ruby-42098e4e7fa0b57d0a5b1d1ebb5270bd585537b2.tar.xz
ruby-42098e4e7fa0b57d0a5b1d1ebb5270bd585537b2.zip
* configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias
symbols. [ruby-dev:27532] * bcc32/mkexports.rb, win32/mkexports.rb: make aliases in DLL. * win32/win32.c, win32/win32.h: replace symbols only when RUBY_EXPORT is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index f3c7f88bd..71d69625a 100644
--- a/ruby.c
+++ b/ruby.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#if defined _WIN32 || defined __CYGWIN__
+#ifdef __CYGWIN__
#include <windows.h>
#endif
#ifdef _WIN32_WCE