From 2031eca588a1db69bce6d7279f8dd9584d53694a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 2 Aug 2005 22:07:28 +0000 Subject: WCE-specific fix for cryptlib.c. --- e_os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index 965d1aa8d7..9bebed131e 100644 --- a/e_os.h +++ b/e_os.h @@ -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 -- cgit v1.2.3