]> git.donarmstrong.com Git - bamtools.git/blob - src/utils/utils_global.h
8aa2826ba3c1139797e365937e2ca96a91c791d3
[bamtools.git] / src / utils / utils_global.h
1 // ***************************************************************************
2 // utils_global.h (c) 2010 Derek Barnett
3 // Marth Lab, Department of Biology, Boston College
4 // All rights reserved.
5 // ---------------------------------------------------------------------------
6 // Last modified: 19 November 2010 (DB)
7 // ---------------------------------------------------------------------------
8 // Provides macros for exporting & importing BamTools-utils library symbols
9 // ***************************************************************************
10
11 #ifndef UTILS_GLOBAL_H
12 #define UTILS_GLOBAL_H
13
14 #include "shared/bamtools_global.h"
15
16 #ifdef BAMTOOLS_UTILS_LIBRARY
17 #  define UTILS_EXPORT BAMTOOLS_LIBRARY_EXPORT
18 #else
19 #  define UTILS_EXPORT BAMTOOLS_LIBRARY_IMPORT
20 #endif
21
22 #endif // UTILS_GLOBAL_H