| commit | a006fef78e56b078549a80f4bb4518b6a02eba84 | [log] [tgz] |
|---|---|---|
| author | Andy Polyakov <appro@openssl.org> | Sat Jan 19 21:23:13 2013 +0100 |
| committer | Andy Polyakov <appro@openssl.org> | Sat Jan 19 21:23:13 2013 +0100 |
| tree | 16669073d67ca852e41b488283fb617409839547 | |
| parent | 0e5cf7bc09377de8564b9a18d96050b87b156bb0 [diff] [blame] |
Improve WINCE support. Submitted by: Pierre Delaage
diff --git a/crypto/o_str.c b/crypto/o_str.c index 56104a6..60c01c1 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c
@@ -61,7 +61,7 @@ #include "o_str.h" #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ - !defined(OPENSSL_SYSNAME_WIN32) && \ + !defined(OPENSSL_SYSNAME_WIN32) && !defined(OPENSSL_SYSNAME_WINCE) && \ !defined(NETWARE_CLIB) # include <strings.h> #endif