OSDN Git Service

サムネイル・ツールバーを実装してみた。
[wintimer/wintimer.git] / wintimer / timer.cpp
index cd86e9e..f468e20 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
   ==============================================================================
 
    This file is part of the mini timer
 */
 
 #include "StdAfx.h"
+
+#if _DEBUG
+#define _CRTDBG_MAP_ALLOC
+#include <crtdbg.h>
+#define new new(_NORMAL_BLOCK, __FILE__, __LINE__)
+#endif
+
 #include "sf_windows.h"
 #include "timer.h"