From looking closer, it appears that _export is happily used by Borland, which is what they're using (further to the MSN conversation).

DllMain is definitely replacing LibMain, though...however __declspec(anything) is MSVC specific.

As a guide, if it has more than two preceding underscores, it's a compiler specific thing.