From f0883a12a8bfba5a98061da0a0e277578677b0d9 Mon Sep 17 00:00:00 2001 From: MapsWithMe OSM User Date: Thu, 24 Jul 2014 11:27:29 +0200 Subject: [PATCH] Added missing file --- std/cstdarg.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 std/cstdarg.hpp diff --git a/std/cstdarg.hpp b/std/cstdarg.hpp new file mode 100644 index 0000000000..193e85ee9b --- /dev/null +++ b/std/cstdarg.hpp @@ -0,0 +1,12 @@ +#pragma once +#include "common_defines.hpp" + +#ifdef new +#undef new +#endif + +#include + +#ifdef DEBUG_NEW +#define new DEBUG_NEW +#endif