summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/config.h2
-rw-r--r--win32/ruby.def5
3 files changed, 5 insertions, 4 deletions
diff --git a/win32/Makefile b/win32/Makefile
index c7e8b8dbec..d2af7c1363 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -15,7 +15,7 @@ INSTALL_DATA = $(INSTALL) -m 644
PURIFY =
-CFLAGS = -nologo -DNT=1 -Ox
+CFLAGS = -nologo -DNT=1 -Ox -I. -I./missing
LDFLAGS = $(CFLAGS) -Fm
#CFLAGS = -nologo -DNT=1 -Zi -MD
#LDFLAGS = $(CFLAGS) -Fm -MD
diff --git a/win32/config.h b/win32/config.h
index c0bbd4212c..8c7b990d8d 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -4,7 +4,7 @@
#define SIZEOF_VOIDP 4
#define HAVE_PROTOTYPES 1
#define HAVE_STDARG_PROTOTYPES 1
-#define HAVE_ATTR_NORETURN 1
+/* #define HAVE_ATTR_NORETURN 1 */
/* #define HAVE_DIRENT_H 1 */
/* #define HAVE_UNISTD_H 1 */
#define HAVE_STDLIB_H 1
diff --git a/win32/ruby.def b/win32/ruby.def
index 55e212fcae..868b81599d 100644
--- a/win32/ruby.def
+++ b/win32/ruby.def
@@ -96,7 +96,8 @@ EXPORTS
int2inum
str2inum
big2str
- big2int
+ big2ulong
+ big2long
big_to_i
dbl2big
big2dbl
@@ -365,7 +366,7 @@ EXPORTS
str_substr
str_modify
str_freeze
- str_dup_freezed
+ str_dup_frozen
str_taint
str_tainted
str_resize