mingw __dllexport__

Kevin Ryde user42@zip.com.au
Thu, 14 Nov 2002 08:02:23 +1000


"delta trinity" <deltatrinity@hotmail.com> writes:
>
> Maybe a conditional could let it like it already is, for Borland.

Yep.

> Note, Borland also support "__export".

Should move to that at some stage I guess.

> __export void f(void);                      // illegal
> void __export f(void)                       // correct

Have to change the way __GMP_DECLSPEC is arranged.

Does a global pointer variable look like

	extern const char * __export gmp_version;
?