Date: Thu, 10 Oct 1996 16:02:22 -0400 (EDT) From: James Flemer To: djgpp mailing list Subject: Re: Error using allegro. (maybe) In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 10 Oct 1996, Eli Zaretskii wrote: > > On Wed, 9 Oct 1996, James Flemer wrote: > > > includes 'allegro.h'. I have included all the info I thought relavant > > "foo.h" is certainly relevant, but you didn't include it. What happens > if you move #include "foo.h" *after* allegro.h? > -- SNIP -- Thanks, but it was a stupid mistake I made, and I don't believe I did not see it before. I had a typo in 'foo.h' in my define for TRUE, and the allegro.h file uses #ifndef TRUE, and therefor did not change my definition. The other module compiled because 'allegro.h' was included before 'foo.h' like you mentioned. Thanks anyway. - James Flemer