From 59e4e93ef7b6b7f1536e3c56374cc6b8d74b5d28 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 25 Feb 2010 22:49:20 +0000 Subject: * ext/dl: revert dl with libffi because it can't run on mswin now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/dl.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ext/dl/dl.h') diff --git a/ext/dl/dl.h b/ext/dl/dl.h index 81c8ee3bd9..d06cad4e6b 100644 --- a/ext/dl/dl.h +++ b/ext/dl/dl.h @@ -3,12 +3,6 @@ #include -#ifdef USE_HEADER_HACKS -#include -#else -#include -#endif - #if !defined(FUNC_CDECL) # define FUNC_CDECL(x) x #endif @@ -136,7 +130,6 @@ extern VALUE rb_mDL; extern VALUE rb_cDLHandle; -extern VALUE rb_cDLCPtr; extern VALUE rb_cDLSymbol; extern VALUE rb_eDLError; extern VALUE rb_eDLTypeError; @@ -228,9 +221,4 @@ VALUE rb_dlptr_new(void *ptr, long size, freefunc_t func); VALUE rb_dlptr_new2(VALUE klass, void *ptr, long size, freefunc_t func); VALUE rb_dlptr_malloc(long size, freefunc_t func); -VALUE rb_dl_set_last_error(VALUE self, VALUE val); -#if defined(HAVE_WINDOWS_H) -VALUE rb_dl_set_win32_last_error(VALUE self, VALUE val); -#endif - #endif -- cgit v1.2.3