Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-14 23:40:31 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-14 23:40:31 +0300
commita7bc876322994d2bd76e95b2c61ec1b1241e4738 (patch)
tree9cc95beb4b84229155c7c05a9ee1ad5bb022ef2f /test/test_kernel_decl.hpp
parent3a16fa3e45b940a221ceb41a6c86ebe214318c02 (diff)
First attempt at a port to QuickCppLib and Outcome v2 (it's not working yet)
Diffstat (limited to 'test/test_kernel_decl.hpp')
-rw-r--r--test/test_kernel_decl.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test_kernel_decl.hpp b/test/test_kernel_decl.hpp
index f331a72d..fcbb4905 100644
--- a/test/test_kernel_decl.hpp
+++ b/test/test_kernel_decl.hpp
@@ -22,16 +22,16 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
-#ifndef BOOST_AFIO_TEST_KERNEL_DECL_HPP
-#define BOOST_AFIO_TEST_KERNEL_DECL_HPP
+#ifndef AFIO_TEST_KERNEL_DECL_HPP
+#define AFIO_TEST_KERNEL_DECL_HPP
#ifdef BOOST_KERNELTEST_PLEASE_INLINE_TEST_KERNELS
// We have been included as part of an inline test suite
-#define BOOST_AFIO_TEST_KERNEL_DECL inline
+#define AFIO_TEST_KERNEL_DECL inline
#else
// We are standalone
-#include "../include/boost/afio/afio.hpp"
-#define BOOST_AFIO_TEST_KERNEL_DECL extern BOOSTLITE_SYMBOL_EXPORT
+#include "../include/afio/afio.hpp"
+#define AFIO_TEST_KERNEL_DECL extern QUICKCPPLIB_SYMBOL_EXPORT
#endif
#endif // namespace