mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 11:08:02 +02:00
small compilation fix on 64-bits machines..
This commit is contained in:
parent
8283759559
commit
e7ac6c4c66
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef LONG64
|
||||
#ifdef FT_LONG64
|
||||
|
||||
|
||||
typedef INT64 FT_Int64;
|
||||
typedef FT_INT64 FT_Int64;
|
||||
|
||||
#define ADD_64( x, y, z ) z = (x) + (y)
|
||||
#define MUL_64( x, y, z ) z = (FT_Int64)(x) * (y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue