|
From: | Werner LEMBERG |
Subject: | Re: [Devel] FT_PtrDist is badly defined and should be abolished |
Date: | Wed, 13 Oct 2004 15:16:13 +0200 (CEST) |
> typedef ft_ptrdiff_t FT_PtrDist > > and define ft_ptrdiff_t in <freetype/config/ftstdlib.h as: > > #include <stddef.h> > > typedef ptrdiff_t ft_ptrdiff_t > > to allow the thing to compile on weird environments where the > standard C library and its definitions aren't necessarily > available. (e.g. the XFree86 module runtime environment) I've done that now in the CVS. Werner
[Prev in Thread] | Current Thread | [Next in Thread] |