Re: [AD] Proposal for first step towards new api |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Woah, sorry about all that typos, but i had a headache when i was writing
this =)
> It haves to be used in the declaration. Probably we could use a define
> #ifdef AL_MSVC
> #define AL_DLLEXPORT __declspec(dllexport)
> #elifdef AL_LINUX
> #define AL_DLLEXPORT
> #endif
>
> btw, I think Mingw32 also supports __declpspec(dllexport), I'm not
> source about Borland though