From 79c32fc2889bdbdf21cb378e1628a84867a3ffcc Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 13 Jun 2019 08:24:33 +0100 Subject: The Windows CE Chainsaw Massacre Remove WinCE support as agreed in the thread starting here: https://www.nntp.perl.org/group/perl.perl5.porters/2018/07/msg251683.html --- dosish.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'dosish.h') diff --git a/dosish.h b/dosish.h index dff759b309..98f8f998e6 100644 --- a/dosish.h +++ b/dosish.h @@ -71,8 +71,6 @@ */ #if defined(WIN64) || defined(USE_LARGE_FILES) # define Stat_t struct _stati64 -#elif defined(UNDER_CE) -# define Stat_t struct xcestat #else # define Stat_t struct stat #endif -- cgit v1.2.1