Skip to content

Commit 943209f

Browse files
intorrXottab-DUTY
authored andcommitted
Use #ifndef is wrong.
1 parent 0b36aff commit 943209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/memory_allocation_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
22

3-
#ifndef DEBUG_MEMORY_MANAGER
3+
#ifdef DEBUG_MEMORY_MANAGER
44
#include <malloc.h> // _alloca
55

66
namespace

0 commit comments

Comments
 (0)