comac_desk_app/ThirdpartyLibs/Libs/windows-x86_64/vtk/include/vtkIOCONVERGECFDModule.h

43 lines
1.1 KiB
C
Raw Normal View History

2024-11-21 11:50:43 +08:00
#ifndef VTKIOCONVERGECFD_EXPORT_H
#define VTKIOCONVERGECFD_EXPORT_H
#ifdef VTKIOCONVERGECFD_STATIC_DEFINE
# define VTKIOCONVERGECFD_EXPORT
# define VTKIOCONVERGECFD_NO_EXPORT
#else
# ifndef VTKIOCONVERGECFD_EXPORT
# ifdef IOCONVERGECFD_EXPORTS
/* We are building this library */
# define VTKIOCONVERGECFD_EXPORT __declspec(dllexport)
# else
/* We are using this library */
# define VTKIOCONVERGECFD_EXPORT __declspec(dllimport)
# endif
# endif
# ifndef VTKIOCONVERGECFD_NO_EXPORT
# define VTKIOCONVERGECFD_NO_EXPORT
# endif
#endif
#ifndef VTKIOCONVERGECFD_DEPRECATED
# define VTKIOCONVERGECFD_DEPRECATED __declspec(deprecated)
#endif
#ifndef VTKIOCONVERGECFD_DEPRECATED_EXPORT
# define VTKIOCONVERGECFD_DEPRECATED_EXPORT VTKIOCONVERGECFD_EXPORT VTKIOCONVERGECFD_DEPRECATED
#endif
#ifndef VTKIOCONVERGECFD_DEPRECATED_NO_EXPORT
# define VTKIOCONVERGECFD_DEPRECATED_NO_EXPORT VTKIOCONVERGECFD_NO_EXPORT VTKIOCONVERGECFD_DEPRECATED
#endif
#if 0 /* DEFINE_NO_DEPRECATED */
# ifndef VTKIOCONVERGECFD_NO_DEPRECATED
# define VTKIOCONVERGECFD_NO_DEPRECATED
# endif
#endif
#endif /* VTKIOCONVERGECFD_EXPORT_H */