Re: [AD] Problem with VC6 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
INLINE actually
AL_INLINE is used for defitions
Don't worry about it tho, it is already fixed in CVS
----- Original Message -----
From: "Jason Winnebeck" <gillius@xxxxxxxxxx>
To: <conductors@xxxxxxxxxx>
Sent: Friday, September 06, 2002 9:25 PM
Subject: Re: [AD] Problem with VC6
> Shouldn't that be AL_INLINE then?
>
> Gillius
>
> Ricky wrote:
>
> > The file dat2c.c could not be compiled correctly by Micorsoft Visual C++
6.0, because VC doesn't accept the keyword inline in .c files.
> >
> > This problem can be solved by replace all inline to __inline, I think
this should be updated for Allegro 4.11.
> >
> >
> >
>