From 27a39b8ffed0c8317f5d44e21dee52e66ee66e40 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Mar 2009 04:48:03 +0000 Subject: * win32/Makefile.sub (config.h): added RUBY_COREDLL. * ext/dl/handle.c (rb_dlhandle_initialize): returns msvcrt if libc or RUBY_COREDLL is given. [ruby-core:22828] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/dl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/dl/dl.h') diff --git a/ext/dl/dl.h b/ext/dl/dl.h index fb904bc561..d47a3aa729 100644 --- a/ext/dl/dl.h +++ b/ext/dl/dl.h @@ -22,7 +22,6 @@ #else # if defined(HAVE_WINDOWS_H) # include -# define dlclose(ptr) FreeLibrary((HINSTANCE)ptr) # define dlopen(name,flag) ((void*)LoadLibrary(name)) # define dlerror() strerror(rb_w32_map_errno(GetLastError())) # define dlsym(handle,name) ((void*)GetProcAddress(handle,name)) -- cgit v1.2.3