forked from organicmaps/organicmaps
Added missing file
This commit is contained in:
parent
3a45fec6b1
commit
f0883a12a8
1 changed files with 12 additions and 0 deletions
12
std/cstdarg.hpp
Normal file
12
std/cstdarg.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
#include "common_defines.hpp"
|
||||
|
||||
#ifdef new
|
||||
#undef new
|
||||
#endif
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
#ifdef DEBUG_NEW
|
||||
#define new DEBUG_NEW
|
||||
#endif
|
Loading…
Add table
Reference in a new issue