diff options
author | Andy Polyakov <appro@openssl.org> | 2005-08-03 00:07:28 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-08-03 00:07:28 +0200 |
commit | 2031eca588a1db69bce6d7279f8dd9584d53694a (patch) | |
tree | 245c2cf90871fa0e8eb617f948d354cd6fbc94e5 /e_os.h | |
parent | Keep disclaiming 16-bit support. (diff) | |
download | openssl-2031eca588a1db69bce6d7279f8dd9584d53694a.tar.xz openssl-2031eca588a1db69bce6d7279f8dd9584d53694a.zip |
WCE-specific fix for cryptlib.c.
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ extern "C" { # define NO_DIRENT # ifdef WINDOWS -# ifndef _WIN32_WINNT +# if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT) /* * Defining _WIN32_WINNT here in e_os.h implies certain "discipline." * Most notably we ought to check for availability of each specific |