Added missing file

This commit is contained in:
MapsWithMe OSM User 2014-07-24 11:27:29 +02:00 committed by Alex Zolotarev
parent 3a45fec6b1
commit f0883a12a8

12
std/cstdarg.hpp Normal file
View 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