From 5b10c170e52d53e570b6335590552a12b002c361 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 24 Feb 2007 10:30:50 +0000 Subject: * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): renamed from OpenFile. * ext/dl/cptr.c, ext/io/wait/wait.c, ext/openssl/ossl.h, ext/openssl/ossl_bio.c, ext/openssl/ossl_ssl.c, ext/pty/pty.c, ext/readline/readline.c, ext/socket/socket.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/openssl/ossl.h') diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index 3be563005c..f8d2514a61 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -40,7 +40,6 @@ extern "C" { #endif #if defined(_WIN32) -# define OpenFile WINAPI_OpenFile # define OSSL_NO_CONF_API 1 # include #endif @@ -65,9 +64,6 @@ extern "C" { # define OSSL_OCSP_ENABLED # include #endif -#if defined(_WIN32) -# undef OpenFile -#endif /* * Common Module -- cgit v1.2.3