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

Re: [MiNT] kentry.h:load_modules



On Sun, 2010-01-03 at 11:05 +0100, Helmut Karlowski wrote:
> I'm currently compiling XaAES with the current MiNT-source from cvs and  
> come to some discrepancies:
> 
> In mint/kentry.h now the prototype for load_modules is:
> 
> 
>    void _cdecl (*load_modules)(const char *path,
>              const char *ext,
>              long _cdecl (*loader)(struct basepage *, const char *, short  
> *));
> 
> 
> while it was
> 
>    void _cdecl (*load_modules)(const char *path,
>              const char *ext,
>              long _cdecl (*loader)(struct basepage *, const char *, short  
> *, short *));
> 
> before. The last short* for loader() is for subclass, which is used in one  
> instance in XaAES. Has this been forgotten, or is it intentionally?

I guess Odd only knows here. It's gonna take me this week to work out
what's changed over the last week or two.

Alan.