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