mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +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
@ -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…
x
Reference in New Issue
Block a user