From 2e5c105ff23f2f3304060a6493f29d92a7b692f3 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 24 Aug 2015 21:34:45 +0000 Subject: win32.c: symlink * win32/win32.c (w32_symlink): implement symlink(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 741c0cff4d..ab7e6fe046 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -719,6 +719,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define HAVE_FCNTL 1 #define HAVE_LINK 1 #define HAVE_READLINK 1 +#define HAVE_SYMLINK 1 #define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 -- cgit v1.2.3