freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] PureC


From: Werner LEMBERG
Subject: Re: [Devel] PureC
Date: Mon, 18 Jun 2001 13:07:56 +0200 (CEST)

> Looks like Wolfang is the first guy that attempts at using Freetype 2 on a
> 16-bit platform ;-)

Indeed, this isn't an easy thing to fix...

> However, 32-bit enumeration types are not completely ANSI compliant
> (for ANSI compliance, a enum should "fit" into an int, because in
> fact every enum constant is converted into an int at compiler time,
> and there are no further relation between the type and the
> constants. This is whole different from Pascal or even C++, and
> misleading, but was contrained by backward compatibility.)

I've fixed this already by using #ifndef ... #endif around the
problematic macros so that Wolfgang can provide his own macros in a
platform-specific file.


    Werner



reply via email to

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