Re: [AD] font vtable patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> i'd be interested to know *where* the name mangling occurs though.
> i can't see it in the allegro sources. is it done by msvc itself ?
I'm using Mingw32 but I think it's the same thing with MSVC.
The name mangling occurs in include/allegro/almngw32.h: when included by an
user program, it makes AL_VAR expand to __declspec(dllimport).
> i suspect the ugly __attribute__ ((dllimport)) thingie ...
That's it !
--
Eric Botcazou
ebotcazou@xxxxxxxxxx