mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* Configuration:
|
||||
* STA_ATOMIC_ENABLE: Enable module
|
||||
*/
|
||||
#ifndef STA_ATOMIC_MUTEX_HPP
|
||||
#define STA_ATOMIC_MUTEX_HPP
|
||||
#ifndef STA_CORE_ATOMIC_MUTEX_HPP
|
||||
#define STA_CORE_ATOMIC_MUTEX_HPP
|
||||
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
@@ -36,4 +36,4 @@ namespace sta
|
||||
|
||||
#endif // STA_ATOMIC_ENABLE
|
||||
|
||||
#endif // STA_ATOMIC_MUTEX_HPP
|
||||
#endif // STA_CORE_ATOMIC_MUTEX_HPP
|
||||
|
Reference in New Issue
Block a user