From 35247a52ef719584a59ae9c518523f0ee825c8e3 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 24 Mar 1999 08:52:35 +0000 Subject: 990324 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/config.h | 1 - win32/ruby.def | 2 -- 2 files changed, 3 deletions(-) (limited to 'win32') diff --git a/win32/config.h b/win32/config.h index a4de1bfd70..9486750ff9 100644 --- a/win32/config.h +++ b/win32/config.h @@ -1,4 +1,3 @@ -#define USE_THREAD 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_VOIDP 4 diff --git a/win32/ruby.def b/win32/ruby.def index 748a2cbfe1..06820c8cf9 100644 --- a/win32/ruby.def +++ b/win32/ruby.def @@ -32,7 +32,6 @@ EXPORTS ;hash.c: rb_cHash ruby_setenv - ruby_setenv2 ruby_unsetenv ;io.c: rb_cIO @@ -319,7 +318,6 @@ EXPORTS rb_syswait ; range.c rb_range_new - rb_range_beg_end ; re.c rb_str_cicmp rb_reg_search -- cgit v1.2.3