mirror of https://github.com/freetype/freetype
[builds/windows] Fix WCE support.
* builds/windows/ftsystem.c [_WIN32_WCE]: Include <malloc.h> needed by _alloca.
This commit is contained in:
parent
0574692c6d
commit
127c1e8331
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue