diff options
Diffstat (limited to 'include/ocl/detail/config.hpp')
| -rw-r--r-- | include/ocl/detail/config.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/detail/config.hpp b/include/ocl/detail/config.hpp index 9df8597..f6d4223 100644 --- a/include/ocl/detail/config.hpp +++ b/include/ocl/detail/config.hpp @@ -5,10 +5,10 @@ * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ -#ifndef __OCL_CORE_CONFIG -#define __OCL_CORE_CONFIG +#ifndef OCL_CORE_CONFIG +#define OCL_CORE_CONFIG -#ifndef __OCL_FREESTANDING +#ifndef OCL_FREESTANDING #include <boost/config.hpp> #include <boost/core/addressof.hpp> #include <boost/core/nvp.hpp> |
