Made changes to the plugin API and macros to make it easier for people to code
plugins, esp. for Michael Pritchett on Win32.
2 New Macros:
ABI_PLUGIN_DECLARE("string") should be used 1x in the plugin
ABI_FAR_CALL replaces ABI_FAR and extern "C"
All importers/exporters updated accordingly.
Dom
