mswin_export.h

来自「ncbi源码」· C头文件 代码 · 共 1,791 行 · 第 1/4 页

H
1,791
字号
#  define NCBI_XLOADER_TABLE_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xloader_trace */#ifdef NCBI_XLOADER_TRACE_EXPORTS#  define NCBI_XLOADER_TRACE_EXPORT     __declspec(dllexport)#else#  define NCBI_XLOADER_TRACE_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xloader_genbank */#ifdef NCBI_XLOADER_GENBANK_EXPORTS#  define NCBI_XLOADER_GENBANK_EXPORT     __declspec(dllexport)#else#  define NCBI_XLOADER_GENBANK_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader */#ifdef NCBI_XREADER_EXPORTS#  define NCBI_XREADER_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader_id1 */#ifdef NCBI_XREADER_ID1_EXPORTS#  define NCBI_XREADER_ID1_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_ID1_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader_id2 */#ifdef NCBI_XREADER_ID2_EXPORTS#  define NCBI_XREADER_ID2_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_ID2_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader_pubseqos */#ifdef NCBI_XREADER_PUBSEQOS_EXPORTS#  define NCBI_XREADER_PUBSEQOS_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_PUBSEQOS_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library xobjmanip */#ifdef NCBI_XOBJMANIP_EXPORTS#  define NCBI_XOBJMANIP_EXPORT         __declspec(dllexport)#else#  define NCBI_XOBJMANIP_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library xsqlite */#ifdef NCBI_XSQLITE_EXPORTS#  define NCBI_XSQLITE_EXPORT           __declspec(dllexport)#else#  define NCBI_XSQLITE_EXPORT           __declspec(dllimport)#endif/* * Export specifier for library blastdb_reader */#ifdef NCBI_XLOADER_BLASTDB_EXPORTS#  define NCBI_XLOADER_BLASTDB_EXPORT   __declspec(dllexport)#else#  define NCBI_XLOADER_BLASTDB_EXPORT   __declspec(dllimport)#endif/* * Export specifier for library xomssa */#ifdef NCBI_XOMSSA_EXPORTS#  define NCBI_XOMSSA_EXPORT            __declspec(dllexport)#else#  define NCBI_XOMSSA_EXPORT            __declspec(dllimport)#endif/* * Export specifier for library omssa */#ifdef NCBI_OMSSA_EXPORTS#  define NCBI_OMSSA_EXPORT             __declspec(dllexport)#else#  define NCBI_OMSSA_EXPORT             __declspec(dllimport)#endif/* * Export specifier for library gui_core */#ifdef NCBI_GUICORE_EXPORTS#  define NCBI_GUICORE_EXPORT               __declspec(dllexport)#else#  define NCBI_GUICORE_EXPORT               __declspec(dllimport)#endif/* * Export specifier for library xgbplugin */#ifdef NCBI_XGBPLUGIN_EXPORTS#  define NCBI_XGBPLUGIN_EXPORT             __declspec(dllexport)#else#  define NCBI_XGBPLUGIN_EXPORT             __declspec(dllimport)#endif/* * Export specifier for library gui_config */#ifdef NCBI_GUICONFIG_EXPORTS#  define NCBI_GUICONFIG_EXPORT             __declspec(dllexport)#else#  define NCBI_GUICONFIG_EXPORT             __declspec(dllimport)#endif/* * Export specifier for library gui_utils */#ifdef NCBI_GUIUTILS_EXPORTS#  define NCBI_GUIUTILS_EXPORT              __declspec(dllexport)#else#  define NCBI_GUIUTILS_EXPORT              __declspec(dllimport)#endif/* * Export specifier for library gui_objutils */#ifdef NCBI_GUIOBJUTILS_EXPORTS#  define NCBI_GUIOBJUTILS_EXPORT              __declspec(dllexport)#else#  define NCBI_GUIOBJUTILS_EXPORT              __declspec(dllimport)#endif/* * Export specifier for library gui_math */#ifdef NCBI_GUIMATH_EXPORTS#  define NCBI_GUIMATH_EXPORT              __declspec(dllexport)#else#  define NCBI_GUIMATH_EXPORT              __declspec(dllimport)#endif/* * Export specifier for library gui_graph */#ifdef NCBI_GUIGRAPH_EXPORTS#  define NCBI_GUIGRAPH_EXPORT              __declspec(dllexport)#else#  define NCBI_GUIGRAPH_EXPORT              __declspec(dllimport)#endif/* * Export specifier for library gui_opengl */#ifdef NCBI_GUIOPENGL_EXPORTS#  define NCBI_GUIOPENGL_EXPORT             __declspec(dllexport)#else#  define NCBI_GUIOPENGL_EXPORT             __declspec(dllimport)#endif/* * Export specifier for library gui_dialogs */#ifdef NCBI_GUIDIALOGS_EXPORTS#  define NCBI_GUIDIALOGS_EXPORT            __declspec(dllexport)#else#  define NCBI_GUIDIALOGS_EXPORT            __declspec(dllimport)#endif/* * Export specifier for library gui_widgets */#ifdef NCBI_GUIWIDGETS_EXPORTS#  define NCBI_GUIWIDGETS_EXPORT            __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_EXPORT            __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_fl */#ifdef NCBI_GUIWIDGETS_FL_EXPORTS#  define NCBI_GUIWIDGETS_FL_EXPORT         __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_FL_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_gl */#ifdef NCBI_GUIWIDGETS_GL_EXPORTS#  define NCBI_GUIWIDGETS_GL_EXPORT         __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_GL_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_flek */#ifdef NCBI_GUIWIDGETS_FLU_EXPORTS#  define NCBI_GUIWIDGETS_FLU_EXPORT        __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_FLU_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_workspace */#ifdef NCBI_GUIWIDGETS_WORKSPACE_EXPORTS#  define NCBI_GUIWIDGETS_WORKSPACE_EXPORT         __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_WORKSPACE_EXPORT         __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_fltable */#ifdef NCBI_GUIWIDGETS_FLTABLE_EXPORTS#  define NCBI_GUIWIDGETS_FLTABLE_EXPORT    __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_FLTABLE_EXPORT    __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_table */#ifdef NCBI_GUIWIDGETS_TABLE_EXPORTS#  define NCBI_GUIWIDGETS_TABLE_EXPORT      __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_TABLE_EXPORT      __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_toplevel */#ifdef NCBI_GUIWIDGETS_TOPLEVEL_EXPORTS#  define NCBI_GUIWIDGETS_TOPLEVEL_EXPORT   __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_TOPLEVEL_EXPORT   __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_seq */#ifdef NCBI_GUIWIDGETS_SEQ_EXPORTS#  define NCBI_GUIWIDGETS_SEQ_EXPORT        __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_SEQ_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_seqgraphic */#ifdef NCBI_GUIWIDGETS_SEQGRAPHIC_EXPORTS#  define NCBI_GUIWIDGETS_SEQGRAPHIC_EXPORT     __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_SEQGRAPHIC_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_seqicon */#ifdef NCBI_GUIWIDGETS_SEQICON_EXPORTS#  define NCBI_GUIWIDGETS_SEQICON_EXPORT        __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_SEQICON_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_seqinfo */#ifdef NCBI_GUIWIDGETS_SEQINFO_EXPORTS#  define NCBI_GUIWIDGETS_SEQINFO_EXPORT        __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_SEQINFO_EXPORT        __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_alncrossaln */#ifdef NCBI_GUIWIDGETS_ALNCROSSALN_EXPORTS#  define NCBI_GUIWIDGETS_ALNCROSSALN_EXPORT    __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_ALNCROSSALN_EXPORT    __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_aln_multiple */#ifdef NCBI_GUIWIDGETS_ALNMULTIPLE_EXPORTS#  define NCBI_GUIWIDGETS_ALNMULTIPLE_EXPORT    __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_ALNMULTIPLE_EXPORT    __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_fl */#ifdef NCBI_GUIWIDGETS_ALNDOTMATRIX_EXPORTS#  define NCBI_GUIWIDGETS_ALNDOTMATRIX_EXPORT   __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_ALNDOTMATRIX_EXPORT   __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_alntextaln */#ifdef NCBI_GUIWIDGETS_ALNTEXTALN_EXPORTS#  define NCBI_GUIWIDGETS_ALNTEXTALN_EXPORT     __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_ALNTEXTALN_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_hit_matrix */#ifdef NCBI_GUIWIDGETS_HIT_MATRIX_EXPORTS#  define NCBI_GUIWIDGETS_HIT_MATRIX_EXPORT     __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_HIT_MATRIX_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_taxplot3d */#ifdef NCBI_GUIWIDGETS_TAXPLOT_EXPORTS#  define NCBI_GUIWIDGETS_TAXPLOT_EXPORT     __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_TAXPLOT_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library gui_widgets_taxplot3d */#ifdef NCBI_GUIWIDGETS_PHYLO_TREE_EXPORTS#  define NCBI_GUIWIDGETS_PHYLO_TREE_EXPORT     __declspec(dllexport)#else#  define NCBI_GUIWIDGETS_PHYLO_TREE_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#  define NCBI_XLOADER_TABLE_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xloader_genbank */#ifdef NCBI_XLOADER_GENBANK_EXPORTS#  define NCBI_XLOADER_GENBANK_EXPORT     __declspec(dllexport)#else#  define NCBI_XLOADER_GENBANK_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader */#ifdef NCBI_XREADER_EXPORTS#  define NCBI_XREADER_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader_id1 */#ifdef NCBI_XREADER_ID1_EXPORTS#  define NCBI_XREADER_ID1_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_ID1_EXPORT     __declspec(dllimport)#endif/* * Export specifier for library ncbi_xreader_id2 */#ifdef NCBI_XREADER_ID2_EXPORTS#  define NCBI_XREADER_ID2_EXPORT     __declspec(dllexport)#else#  define NCBI_XREADER_ID2_EXPORT     __declspec(dllimport)

⌨️ 快捷键说明

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