freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bad flat compile in t1gload.c


From: Boris Letocha
Subject: bad flat compile in t1gload.c
Date: Thu, 20 Jul 2000 08:30:14 +0200

Hi!

#ifdef FT_FLAT_COMPILE

#include <type1/t1gload.h>        // should be #include "t1gload.h"

#ifndef T1_CONFIG_OPTION_DISABLE_HINTER
#include <type1/t1hinter.h>       // should be #include "t1hinter.h"
#endif

#else /* FT_FLAT_COMPILE */

#include <type1/t1gload.h>

#ifndef T1_CONFIG_OPTION_DISABLE_HINTER
#include <type1/t1hinter.h>
#endif

#endif /* FT_FLAT_COMPILE */

Boris Letocha



reply via email to

[Prev in Thread] Current Thread [Next in Thread]