Definitions of cross-platform declspec macros. More...
Macros | |
| #define | MVUserImport |
| Set the visibility of symbols which are to be exported from the plug-in. More... | |
Definitions of cross-platform declspec macros.
| #define MVUserImport |
Set the visibility of symbols which are to be exported from the plug-in.
This macro's definition is set to a suitable compiler intrinsic on Windows and POSIX systems to ensure that symbols are visible and exported in the dynamic library of the plug-in. The only plug-in API functions for which this is necessary are MVInfo and MVInit_V2: