freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] FreeType Amalgamation


From: Vinnie
Subject: Re: [ft-devel] FreeType Amalgamation
Date: Fri, 20 Jan 2012 13:55:55 -0800 (PST)

I've been wracking my brains and trying to come up with every possibility
but I have given up - what is the utility of these lines:

#ifdef FT2_BUILD_LIBRARY
#define  FT_INTERNAL_INTERNAL_H  <freetype/internal/internal.h>
#include FT_INTERNAL_INTERNAL_H
#endif /* FT2_BUILD_LIBRARY */

versus

#ifdef FT2_BUILD_LIBRARY
#include <freetype/internal/internal.h>
#endif

???

Also, who sets macros like FT_INCREMENTAL_H other than ftheader.h?



reply via email to

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