⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mswin_export.h

📁 ncbi源码
💻 H
📖 第 1 页 / 共 4 页
字号:
#  define NCBI_MEDLARS_EXPORT       __declspec(dllexport)#else#  define NCBI_MEDLARS_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_mla */#ifdef NCBI_MLA_EXPORTS#  define NCBI_MLA_EXPORT           __declspec(dllexport)#else#  define NCBI_MLA_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_pub */#ifdef NCBI_PUB_EXPORTS#  define NCBI_PUB_EXPORT           __declspec(dllexport)#else#  define NCBI_PUB_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_pubmed */#ifdef NCBI_PUBMED_EXPORTS#  define NCBI_PUBMED_EXPORT        __declspec(dllexport)#else#  define NCBI_PUBMED_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_seqalign */#ifdef NCBI_SEQALIGN_EXPORTS#  define NCBI_SEQALIGN_EXPORT      __declspec(dllexport)#else#  define NCBI_SEQALIGN_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library objects_seq */#ifdef NCBI_SEQ_EXPORTS#  define NCBI_SEQ_EXPORT           __declspec(dllexport)#else#  define NCBI_SEQ_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_seqcode */#ifdef NCBI_SEQCODE_EXPORTS#  define NCBI_SEQCODE_EXPORT       __declspec(dllexport)#else#  define NCBI_SEQCODE_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_seqfeat */#ifdef NCBI_SEQFEAT_EXPORTS#  define NCBI_SEQFEAT_EXPORT       __declspec(dllexport)#else#  define NCBI_SEQFEAT_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_seqloc */#ifdef NCBI_SEQLOC_EXPORTS#  define NCBI_SEQLOC_EXPORT        __declspec(dllexport)#else#  define NCBI_SEQLOC_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_seqres */#ifdef NCBI_SEQRES_EXPORTS#  define NCBI_SEQRES_EXPORT        __declspec(dllexport)#else#  define NCBI_SEQRES_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_seqset */#ifdef NCBI_SEQSET_EXPORTS#  define NCBI_SEQSET_EXPORT        __declspec(dllexport)#else#  define NCBI_SEQSET_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_seqblock */#ifdef NCBI_SEQBLOCK_EXPORTS#  define NCBI_SEQBLOCK_EXPORT      __declspec(dllexport)#else#  define NCBI_SEQBLOCK_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library objects_id1 */#ifdef NCBI_ID1_EXPORTS#  define NCBI_ID1_EXPORT           __declspec(dllexport)#else#  define NCBI_ID1_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_id2 */#ifdef NCBI_ID2_EXPORTS#  define NCBI_ID2_EXPORT           __declspec(dllexport)#else#  define NCBI_ID2_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_xobjmgr */#ifdef NCBI_XOBJMGR_EXPORTS#  define NCBI_XOBJMGR_EXPORT       __declspec(dllexport)#else#  define NCBI_XOBJMGR_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objtools_xobjread */#ifdef NCBI_XOBJREAD_EXPORTS#  define NCBI_XOBJREAD_EXPORT      __declspec(dllexport)#else#  define NCBI_XOBJREAD_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library objects_xalnmgr */#ifdef NCBI_XALNMGR_EXPORTS#  define NCBI_XALNMGR_EXPORT       __declspec(dllexport)#else#  define NCBI_XALNMGR_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_xobjutil */#ifdef NCBI_XOBJUTIL_EXPORTS#  define NCBI_XOBJUTIL_EXPORT      __declspec(dllexport)#else#  define NCBI_XOBJUTIL_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library objects_objprt */#ifdef NCBI_OBJPRT_EXPORTS#  define NCBI_OBJPRT_EXPORT        __declspec(dllexport)#else#  define NCBI_OBJPRT_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_featdef */#ifdef NCBI_FEATDEF_EXPORTS#  define NCBI_FEATDEF_EXPORT       __declspec(dllexport)#else#  define NCBI_FEATDEF_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_submit */#ifdef NCBI_SUBMIT_EXPORTS#  define NCBI_SUBMIT_EXPORT        __declspec(dllexport)#else#  define NCBI_SUBMIT_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_taxon1 */#ifdef NCBI_TAXON1_EXPORTS#  define NCBI_TAXON1_EXPORT        __declspec(dllexport)#else#  define NCBI_TAXON1_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_mim */#ifdef NCBI_MIM_EXPORTS#  define NCBI_MIM_EXPORT           __declspec(dllexport)#else#  define NCBI_MIM_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_tinyseq */#ifdef NCBI_TINYSEQ_EXPORTS#  define NCBI_TINYSEQ_EXPORT       __declspec(dllexport)#else#  define NCBI_TINYSEQ_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_access */#ifdef NCBI_ACCESS_EXPORTS#  define NCBI_ACCESS_EXPORT        __declspec(dllexport)#else#  define NCBI_ACCESS_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_docsum */#ifdef NCBI_DOCSUM_EXPORTS#  define NCBI_DOCSUM_EXPORT        __declspec(dllexport)#else#  define NCBI_DOCSUM_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library objects_entrez2 */#ifdef NCBI_ENTREZ2_EXPORTS#  define NCBI_ENTREZ2_EXPORT       __declspec(dllexport)#else#  define NCBI_ENTREZ2_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library objects_entrezgene */#ifdef NCBI_ENTREZGENE_EXPORTS#  define NCBI_ENTREZGENE_EXPORT    __declspec(dllexport)#else#  define NCBI_ENTREZGENE_EXPORT    __declspec(dllimport)#endif/* * Export specifier for library objects_gbseq */#ifdef NCBI_GBSEQ_EXPORTS#  define NCBI_GBSEQ_EXPORT         __declspec(dllexport)#else#  define NCBI_GBSEQ_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library objects_insdseq */#ifdef NCBI_INSDSEQ_EXPORTS#  define NCBI_INSDSEQ_EXPORT         __declspec(dllexport)#else#  define NCBI_INSDSEQ_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library objects_mmdb1 */#ifdef NCBI_MMDB1_EXPORTS#  define NCBI_MMDB1_EXPORT         __declspec(dllexport)#else#  define NCBI_MMDB1_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library objects_mmdb2 */#ifdef NCBI_MMDB2_EXPORTS#  define NCBI_MMDB2_EXPORT         __declspec(dllexport)#else#  define NCBI_MMDB2_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library objects_mmdb3 */#ifdef NCBI_MMDB3_EXPORTS#  define NCBI_MMDB3_EXPORT         __declspec(dllexport)#else#  define NCBI_MMDB3_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library objects_cn3d */#ifdef NCBI_CN3D_EXPORTS#  define NCBI_CN3D_EXPORT          __declspec(dllexport)#else#  define NCBI_CN3D_EXPORT          __declspec(dllimport)#endif/* * Export specifier for library objects_cdd */#ifdef NCBI_CDD_EXPORTS#  define NCBI_CDD_EXPORT           __declspec(dllexport)#else#  define NCBI_CDD_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library objects_mime */#ifdef NCBI_NCBIMIME_EXPORTS#  define NCBI_NCBIMIME_EXPORT      __declspec(dllexport)#else#  define NCBI_NCBIMIME_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library objects_general */#ifdef NCBI_GENERAL_EXPORTS#  define NCBI_GENERAL_EXPORT       __declspec(dllexport)#else#  define NCBI_GENERAL_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library dbapi */#ifdef NCBI_DBAPI_EXPORTS#  define NCBI_DBAPI_EXPORT         __declspec(dllexport)#else#  define NCBI_DBAPI_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library dbapi_driver */#ifdef NCBI_DBAPIDRIVER_EXPORTS#  define NCBI_DBAPIDRIVER_EXPORT   __declspec(dllexport)#else#  define NCBI_DBAPIDRIVER_EXPORT   __declspec(dllimport)#endif/* * Export specifier for library dbapi_driver_ctlib */#ifdef NCBI_DBAPIDRIVER_CTLIB_EXPORTS#  define NCBI_DBAPIDRIVER_CTLIB_EXPORT     __declspec(dllexport)#else#  define NCBI_DBAPIDRIVER_CTLIB_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library dbapi_driver_dblib */#ifdef NCBI_DBAPIDRIVER_DBLIB_EXPORTS#  define NCBI_DBAPIDRIVER_DBLIB_EXPORT     __declspec(dllexport)#else#  define NCBI_DBAPIDRIVER_DBLIB_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library dbapi_driver_msdblib */#ifdef NCBI_DBAPIDRIVER_MSDBLIB_EXPORTS#  define NCBI_DBAPIDRIVER_MSDBLIB_EXPORT   __declspec(dllexport)#else#  define NCBI_DBAPIDRIVER_MSDBLIB_EXPORT   __declspec(dllimport)#endif/* * Export specifier for library dbapi_driver_odbc */#ifdef NCBI_DBAPIDRIVER_ODBC_EXPORTS#  define NCBI_DBAPIDRIVER_ODBC_EXPORT      __declspec(dllexport)#else#  define NCBI_DBAPIDRIVER_ODBC_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library dbapi_driver_mysql */#ifdef NCBI_DBAPIDRIVER_MYSQL_EXPORTS#  define NCBI_DBAPIDRIVER_MYSQL_EXPORT     __declspec(dllexport)#else#  define NCBI_DBAPIDRIVER_MYSQL_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library objects_validator */#ifdef NCBI_VALIDATOR_EXPORTS#  define NCBI_VALIDATOR_EXPORT         __declspec(dllexport)#else#  define NCBI_VALIDATOR_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library bdb */#ifdef NCBI_BDB_EXPORTS#  define NCBI_BDB_EXPORT               __declspec(dllexport)#else#  define NCBI_BDB_EXPORT               __declspec(dllimport)#endif/* * Export specifier for library lds */#ifdef NCBI_LDS_EXPORTS#  define NCBI_LDS_EXPORT               __declspec(dllexport)#else#  define NCBI_LDS_EXPORT               __declspec(dllimport)#endif/* * Export specifier for library xloader_lds */#ifdef NCBI_XLOADER_LDS_EXPORTS#  define NCBI_XLOADER_LDS_EXPORT       __declspec(dllexport)#else#  define NCBI_XLOADER_LDS_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library xloader_cdd */#ifdef NCBI_XLOADER_CDD_EXPORTS#  define NCBI_XLOADER_CDD_EXPORT       __declspec(dllexport)#else#  define NCBI_XLOADER_CDD_EXPORT       __declspec(dllimport)#endif/* * Export specifier for library ncbi_xloader_table */#ifdef NCBI_XLOADER_TABLE_EXPORTS#  define NCBI_XLOADER_TABLE_EXPORT     __declspec(dllexport)#else

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -