Commit 914ba181ce for openssl.org
commit 914ba181cec9ca2c41a5542c94018de0fea9e059
Author: Bob Beck <beck@openssl.org>
Date: Wed Jul 8 11:40:31 2026 -0600
Remove leftover _WIN32_WCE reference in ms/uplink.c
Reviewed-by: Milan Broz <mbroz@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Neil Horman <nhorman@openssl.org>
MergeDate: Fri Jul 10 17:39:41 2026
(Merged from https://github.com/openssl/openssl/pull/31913)
diff --git a/ms/uplink.c b/ms/uplink.c
index 56f525b7e4..c2d1bef80a 100644
--- a/ms/uplink.c
+++ b/ms/uplink.c
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-#if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE)
+#if defined(_WIN64) && !defined(UNICODE)
#define UNICODE
#endif
#if defined(UNICODE) && !defined(_UNICODE)