freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] little stuff in 2.0.1


From: Werner LEMBERG
Subject: Re: [Freetype] little stuff in 2.0.1
Date: Mon, 11 Dec 2000 23:00:18 +0100 (CET)

> in 2.0:
> #ifndef FTERRORS_H
> #define FTERRORS_H
> 
> in 2.0.1:
> #ifndef __FTERRORS_H__
> #define __FTERRORS_H__
> 
> to have the array of error string messages, we have to undef this
> define because it changed so it doesn t work anymore!
>
> [...] now you have to #undef __FTERRORS_H__ and not FTERRORS_H.
> this bug is really not easy to find because the compile error is
> about namespace...

This has already been fixed in the current snapshot.  Thanks for the
report.


    Werner



reply via email to

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