rename file wip
This commit is contained in:
parent
3e516c8c8f
commit
879f0a1ced
2 changed files with 2 additions and 6 deletions
|
@ -19,13 +19,9 @@ extern "C"
|
||||||
|
|
||||||
#include "rcl/rcl.h"
|
#include "rcl/rcl.h"
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <stdatomic.h>
|
|
||||||
#else
|
|
||||||
#include "./stdatomic/win32/stdatomic.h"
|
|
||||||
#endif
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "./stdatomic_helper.h"
|
||||||
#include "rcl/error_handling.h"
|
#include "rcl/error_handling.h"
|
||||||
|
|
||||||
static atomic_bool __rcl_is_initialized = ATOMIC_VAR_INIT(false);
|
static atomic_bool __rcl_is_initialized = ATOMIC_VAR_INIT(false);
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#if !defined(WIN32)
|
#if !defined(WIN32)
|
||||||
|
|
||||||
|
// #include <stdatomic.h>
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue