freetype/config
Werner Lemberg bd5ae40006 Run g++ on the FreeType library. This should make the use of code in
C++ programs easier:

  Renamed FT_WordXX to FT_UIntXX.

  Changed a lot of void* to FT_Byte* if related to i/o streams -- FreeType
  always accesses streams byte-wise, so this makes sense IMHO.

  Added a lot of #ifdef __cplusplus to header files (and removed a few).

  Other minor syntax fixes (mostly casts).

  Replaced the variable `private' with `private_dict' -- `private' is
  reserved in C++.
2000-07-05 04:32:02 +00:00
..
ansi A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
dos A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
mac Added mac FOND driver, and use t1z driver instead of the "old" t1 driver. 2000-03-17 11:48:25 +00:00
os2 A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
unix Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
win32 latest clean-ups.. 2000-06-28 04:19:49 +00:00
detect.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
freetype.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
modules.mk applying formatting again 2000-06-25 06:47:11 +00:00