Fork of freetype for ReFuel, Only expect ABI changes.
Go to file
David Turner c6a92202c2 various clean-ups:
- using FT_UNUSED instead of UNUSED
- using FT_LONG64 and FT_INT64 instead of LONG64 & INT64
- using FT_SIZEOF_INT & FT_SIZEOF_LONG instead of...

- removed the #ifdefs that used SIZEOF_INT, instead we now
  use FT_Int32 and FT_UInt32 when needed to support
  32-bits quantity correctly on 64-bits systems..
2000-07-04 18:12:13 +00:00
config various clean-ups: 2000-07-04 18:12:13 +00:00
demos Don't use -lefence in the demo Makefile. 2000-07-04 03:37:18 +00:00
docs Formatting. 2000-07-02 00:27:53 +00:00
include/freetype various clean-ups: 2000-07-04 18:12:13 +00:00
obj Initial revision 1999-12-16 23:11:37 +00:00
src various clean-ups: 2000-07-04 18:12:13 +00:00
BUILD latest clean-ups.. 2000-06-28 04:19:49 +00:00
CHANGES updated the CHANGES file, plus a few fix in "ftstring" to 2000-06-30 23:38:23 +00:00
INSTALL updated CHANGES 2000-03-13 14:19:31 +00:00
license.txt formatting - removed trailing spaces 2000-05-16 23:44:38 +00:00
Makefile A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00