[builds/windows] Fix WCE support.

* builds/windows/ftsystem.c [_WIN32_WCE]: Include <malloc.h> needed by
_alloca.
This commit is contained in:
Carlo Bramini 2022-03-23 22:53:07 -04:00 committed by Alexei Podtelezhnikov
parent 0574692c6d
commit 127c1e8331
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@
#if defined( _WIN32_WCE )
/* malloc.h provides implementation of alloca()/_alloca() */
#include <malloc.h>
FT_LOCAL_DEF( HANDLE )
CreateFileA( LPCSTR lpFileName,