rename file wip

This commit is contained in:
William Woodall 2015-12-11 17:51:16 -08:00
parent 3e516c8c8f
commit 879f0a1ced
2 changed files with 2 additions and 6 deletions

View file

@ -19,13 +19,9 @@ extern "C"
#include "rcl/rcl.h"
#ifndef WIN32
#include <stdatomic.h>
#else
#include "./stdatomic/win32/stdatomic.h"
#endif
#include <string.h>
#include "./stdatomic_helper.h"
#include "rcl/error_handling.h"
static atomic_bool __rcl_is_initialized = ATOMIC_VAR_INIT(false);

View file

@ -17,7 +17,7 @@
#if !defined(WIN32)
// #include <stdatomic.h>
#else