mingw __dllexport__

Kevin Ryde user42@zip.com.au
Thu, 14 Nov 2002 05:51:54 +1000


For gcc I'm going to change the windows DLL function declarations in
gmp.h from "__declspec(dllexport)" to "__declspec(__dllexport__)", in
order to keep out of what is, strictly speaking, application
namespace.

Does the same or similar work for Microsoft C?  What about Borland C?