From ce8d9b4a0d2c16ff2d634ce6c4b00a9156cc55f3 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 3 Aug 2005 01:21:20 +0000 Subject: * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, HAVE_VSNPRINTF): use win32/win32.c's implementation instead of missing/vsnprintf.c's. * win32/win32.[ch] (rb_w32_snprintf, rb_w32_vsnprintf): reverted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 385ac01522..89ec5cad37 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -248,6 +248,8 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_FLOCK 1 +#define HAVE_SNPRINTF 1 +#define HAVE_VSNPRINTF 1 #define HAVE_ISNAN 1 #define HAVE_FINITE 1 #define HAVE_HYPOT 1 -- cgit v1.2.3