view BEDTools-Version-2.14.3/src/utils/BamTools/src/api/api_global.h @ 0:dfcd8b6c1bda

Uploaded
author aaronquinlan
date Thu, 03 Nov 2011 10:25:04 -0400
parents
children
line wrap: on
line source

// ***************************************************************************
// api_global.h (c) 2010 Derek Barnett
// Marth Lab, Department of Biology, Boston College
// All rights reserved.
// ---------------------------------------------------------------------------
// Last modified: 19 November 2010 (DB)
// ---------------------------------------------------------------------------
// Provides macros for exporting & importing BamTools API library symbols
// ***************************************************************************

#ifndef API_GLOBAL_H
#define API_GLOBAL_H

#include "shared/bamtools_global.h"

#ifdef BAMTOOLS_API_LIBRARY
#  define API_EXPORT BAMTOOLS_LIBRARY_EXPORT
#else
#  define API_EXPORT BAMTOOLS_LIBRARY_IMPORT
#endif

#endif // API_GLOBAL_H