BamTools
2.5.1
src
api
api_global.h
Go to the documentation of this file.
1
// ***************************************************************************
2
// api_global.h (c) 2010 Derek Barnett
3
// Marth Lab, Department of Biology, Boston College
4
// ---------------------------------------------------------------------------
5
// Last modified: 19 November 2010 (DB)
6
// ---------------------------------------------------------------------------
7
// Provides macros for exporting & importing BamTools API library symbols
8
// ***************************************************************************
9
10
#ifndef API_GLOBAL_H
11
#define API_GLOBAL_H
12
13
#include "shared/bamtools_global.h"
14
15
#ifdef BAMTOOLS_API_LIBRARY
16
#define API_EXPORT BAMTOOLS_LIBRARY_EXPORT
17
#else
18
#define API_EXPORT BAMTOOLS_LIBRARY_IMPORT
19
#endif
20
21
#endif // API_GLOBAL_H
Generated by
1.8.16