blob: 437b81ccf1b046c0a229e36687ed65dfd91fd36d [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001//Copyright (c) 2009 Emil Dotchevski and Reverge Studios, Inc.
2
3//Distributed under the Boost Software License, Version 1.0. (See accompanying
4//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
Jeff Thompson2491bd62013-10-15 17:10:24 -07006#ifndef NDNBOOST_UUID_61531AB0680611DEADD5846855D89593
7#define NDNBOOST_UUID_61531AB0680611DEADD5846855D89593
Jeff Thompsonf7d49942013-08-01 16:47:40 -07008
9#if defined(_MSC_VER)
Jeff Thompson3d613fd2013-10-15 15:39:04 -070010#define NDNBOOST_ATTRIBUTE_NORETURN __declspec(noreturn)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070011#elif defined(__GNUC__)
Jeff Thompson3d613fd2013-10-15 15:39:04 -070012#define NDNBOOST_ATTRIBUTE_NORETURN __attribute__((__noreturn__))
Jeff Thompsonf7d49942013-08-01 16:47:40 -070013#else
Jeff Thompson3d613fd2013-10-15 15:39:04 -070014#define NDNBOOST_ATTRIBUTE_NORETURN
Jeff Thompsonf7d49942013-08-01 16:47:40 -070015#endif
16
17#endif