diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-24 10:30:50 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-24 10:30:50 +0000 |
| commit | beaf4fa25948ba91850720e79ae2fa51912dbb51 (patch) | |
| tree | ffec97bfd4f7b79df514ef156bc7fcba8b5872ad /ext/openssl/ossl.h | |
| parent | 1d2d2cabc55e592cb0105f7c225b7373ab442b03 (diff) | |
| download | ruby-beaf4fa25948ba91850720e79ae2fa51912dbb51.tar.gz ruby-beaf4fa25948ba91850720e79ae2fa51912dbb51.tar.xz ruby-beaf4fa25948ba91850720e79ae2fa51912dbb51.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@11869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl.h')
| -rw-r--r-- | ext/openssl/ossl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index 3be563005..f8d2514a6 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 <winsock2.h> #endif @@ -65,9 +64,6 @@ extern "C" { # define OSSL_OCSP_ENABLED # include <openssl/ocsp.h> #endif -#if defined(_WIN32) -# undef OpenFile -#endif /* * Common Module |
