You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
510 B
C
21 lines
510 B
C
/**********************************************************************
|
|
* @file FITKCGNSIOAPI.h
|
|
* @brief 网格文件格式cgns读写外部接口
|
|
* @author liuzhonghua (liuzhonghuaszch@163.com)
|
|
* @date 2024-09-19
|
|
*********************************************************************/
|
|
#ifndef FITKCGNSIOAPI_H
|
|
#define FITKCGNSIOAPI_H
|
|
|
|
|
|
#include <QtCore/QtGlobal>
|
|
|
|
|
|
#ifdef FITKCGNSIO_API
|
|
#define FITKCGNSIOAPI Q_DECL_EXPORT
|
|
#else
|
|
#define FITKCGNSIOAPI Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // FITKCGNSIOAPI_H
|