From b369eea79f5ef06a8b314e5ef3a25a0db36db410 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 4 Jan 2003 18:17:30 +0000 Subject: * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. * win32/Makefile.sub (LIBS): use oldnames.lib. * win32/win32.c (rb_w32_getcwd): follow above change. * win32/win32.h: ditto. * wince/direct.c, wince/direct.h (getcwd): ditto. * wince/io.h: ditto. * wince/string.c, wince/wince.h (stricmp, strnicmp): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/direct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wince/direct.c') diff --git a/wince/direct.c b/wince/direct.c index 6cffc40e3e..4e1ff7a866 100644 --- a/wince/direct.c +++ b/wince/direct.c @@ -11,7 +11,7 @@ static char _currentdir[MAX_PATH+1]; -char *_getcwd(char* buffer, int maxlen) +char *getcwd(char* buffer, int maxlen) { strcpy( buffer, _currentdir ); return buffer; -- cgit v1.2.3