338# error Define _either_ COIN_DLL _or_ COIN_NOT_DLL as appropriate for your linkage -- not both at the same time! See Inventor/C/basic.h for further instructions.
339# endif /* COIN_NOT_DLL */
340# define COIN_DLL_API __declspec(dllimport)
341# else /* !COIN_DLL */
342# ifndef COIN_NOT_DLL
343# error Define either COIN_DLL or COIN_NOT_DLL as appropriate for your linkage! See Inventor/C/basic.h for further instructions.
344# endif /* !COIN_NOT_DLL */
345# endif /* !COIN_DLL */
346# endif /* !COIN_BUILDING_COIN */
347#endif /* Microsoft Windows */
348
349/* Empty define to avoid errors when _not_ compiling an MSWindows DLL. */