From 457380cae7813a4a34faa1f9a49fa121395fe290 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Sun, 29 Mar 2020 01:10:15 +0100 Subject: Drop wchar header check as always defined since C95 --- win32/build/config.w32.h.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'win32') diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 7cd6392078..d07ed937d1 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -116,8 +116,6 @@ #define HAVE_INET_PTON 1 #define HAVE_INET_NTOP 1 -#define HAVE_MBLEN - /* vs.net 2005 has a 64-bit time_t. This will likely break * 3rdParty libs that were built with older compilers; switch * back to 32-bit */ @@ -126,8 +124,6 @@ #endif #define _REENTRANT 1 -#define HAVE_MBRLEN 1 -#define HAVE_MBSTATE_T 1 #define HAVE_GETRUSAGE -- cgit v1.2.1