Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2004-01-01 10:40:45 +0300
committerbseifert <none@none>2004-01-01 10:40:45 +0300
commit42b9a1723a2c0510ce37644f9266d5d9ad2e931f (patch)
tree9ae5bfa070363d65205a0d332007f493e4e07650 /windirstat/PageCleanups.cpp
parente55919f1b595faeeacc471c8d11732ea24f3b06f (diff)
See changelog.
Diffstat (limited to 'windirstat/PageCleanups.cpp')
-rw-r--r--windirstat/PageCleanups.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/windirstat/PageCleanups.cpp b/windirstat/PageCleanups.cpp
index 1390777..2fa04d7 100644
--- a/windirstat/PageCleanups.cpp
+++ b/windirstat/PageCleanups.cpp
@@ -1,7 +1,7 @@
// PageCleanups.cpp - Implementation of CPageCleanups
//
// WinDirStat - Directory Statistics
-// Copyright (C) 2003 Bernhard Seifert
+// Copyright (C) 2003-2004 Bernhard Seifert
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -23,6 +23,9 @@
#include "windirstat.h"
#include ".\pagecleanups.h"
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#endif
IMPLEMENT_DYNAMIC(CPageCleanups, CPropertyPage)