summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-29 02:10:22 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-29 02:10:22 +0000
commit27351b924a7fc0aa47da3e19f01468904c32dbe2 (patch)
tree25e0bc63e15ac1d40e231be94d343bf42dea3751 /main.c
parentbbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0 (diff)
downloadruby-27351b924a7fc0aa47da3e19f01468904c32dbe2.tar.gz
ruby-27351b924a7fc0aa47da3e19f01468904c32dbe2.tar.xz
ruby-27351b924a7fc0aa47da3e19f01468904c32dbe2.zip
see ChangeLog.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8ee706fef..bea1f49a8 100644
--- a/main.c
+++ b/main.c
@@ -20,6 +20,10 @@ unsigned int _stklen = 0x180000;
int _stacksize = 262144;
#endif
+#if defined __MINGW32__
+int _CRT_glob = 0;
+#endif
+
#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h>
#endif