325# 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.
326# endif /* COIN_NOT_DLL */
327# define COIN_DLL_API __declspec(dllimport)
328# else /* !COIN_DLL */
329# ifndef COIN_NOT_DLL
330# error Define either COIN_DLL or COIN_NOT_DLL as appropriate for your linkage! See Inventor/C/basic.h for further instructions.
331# endif /* !COIN_NOT_DLL */
332# endif /* !COIN_DLL */
333# endif /* !COIN_INTERNAL */
334#endif /* Microsoft Windows */
335
336/* Empty define to avoid errors when _not_ compiling an MSWindows DLL. */