mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-06 00:08:01 +02:00
[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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue