Atomic ops are only used in guarded allocator, so move include into ifdef
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "atomic_ops.h"
|
||||
|
||||
/* should always be defined except for experimental cases */
|
||||
#ifdef WITH_GUARDEDALLOC
|
||||
|
||||
#include "atomic_ops.h"
|
||||
|
||||
/* Blame Microsoft for LLP64 and no inttypes.h, quick workaround needed: */
|
||||
#if defined(WIN64)
|
||||
# define SIZET_FORMAT "%I64u"
|
||||
|
||||
Reference in New Issue
Block a user