diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2019-06-13 08:24:33 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2019-06-18 13:23:46 +0100 |
commit | 79c32fc2889bdbdf21cb378e1628a84867a3ffcc (patch) | |
tree | ecbb746dd8eb95436e40e8455af214e9862ea019 /win32/vmem.h | |
parent | fa068f6da2218ae85bae1e26ee7591c15276555f (diff) | |
download | perl-79c32fc2889bdbdf21cb378e1628a84867a3ffcc.tar.gz |
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
Diffstat (limited to 'win32/vmem.h')
-rw-r--r-- | win32/vmem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/vmem.h b/win32/vmem.h index c662887bca..3fd7e169fc 100644 --- a/win32/vmem.h +++ b/win32/vmem.h @@ -21,9 +21,7 @@ #ifndef ___VMEM_H_INC___ #define ___VMEM_H_INC___ -#ifndef UNDER_CE #define _USE_MSVCRT_MEM_ALLOC -#endif #define _USE_LINKED_LIST // #define _USE_BUDDY_BLOCKS |