Re: [AD] Info for one error I posted |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Angelo, read your patches and do not invert my changes :-)
Have a nice day.
Stepan Roh
On Thu, 6 Sep 2001, Keith Gerdes wrote:
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/alleg/allegro/include/allegro/aintern.h.diff?r1=1.39&r2=1.40
>
> old:
> AL_FUNC(long, _al_file_time, (AL_CONST char *filename));
> new:
> AL_FUNC(time_t, _al_file_time, (AL_CONST char *filename));
>
>
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/alleg/allegro/include/allegro/aintern.h?rev=1.41&content-type=text/plain
>
> AL_FUNC(long, _al_file_time, (AL_CONST char *filename));
>