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:
authorassarbad <none@none>2006-10-10 05:41:51 +0400
committerassarbad <none@none>2006-10-10 05:41:51 +0400
commit985db332c2e0709de570f826c1c1526f9029a039 (patch)
tree4ef39b974abf0425c71daa4b9745ef6e71341615 /windirstat/stdafx.h
parent2c538a5ee00189647846bceafd632fb70f93ea31 (diff)
- Added credits for Gerben Wieringa (Dutch translation)
- Replaced Header tag by Id for the CVS tags in the source files ... - Started re-ordering of the files inside the project(s)/solution(s)
Diffstat (limited to 'windirstat/stdafx.h')
-rw-r--r--windirstat/stdafx.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/windirstat/stdafx.h b/windirstat/stdafx.h
index 190cf9f..8c32620 100644
--- a/windirstat/stdafx.h
+++ b/windirstat/stdafx.h
@@ -23,7 +23,7 @@
// Author(s): - bseifert -> bseifert@users.sourceforge.net, bseifert@daccord.net
// - assarbad -> http://assarbad.net/en/contact
//
-// $Header$
+// $Id$
#pragma once
@@ -67,7 +67,6 @@
#include <io.h> // _access()
#include <math.h> // floor(), fmod(), sqrt() etc.
#include <psapi.h> // PROCESS_MEMORY_INFO
-#include <mapi.h> // E-Mail
#include <lmcons.h> // UNLEN
#include <float.h> // DBL_MAX
@@ -93,6 +92,11 @@ template<class T> int signum(T x) { return (x) < 0 ? -1 : (x) == 0 ? 0 : 1; }
// $Log$
+// Revision 1.15 2006/10/10 01:41:50 assarbad
+// - Added credits for Gerben Wieringa (Dutch translation)
+// - Replaced Header tag by Id for the CVS tags in the source files ...
+// - Started re-ordering of the files inside the project(s)/solution(s)
+//
// Revision 1.14 2006/07/04 23:37:40 assarbad
// - Added my email address in the header, adjusted "Author" -> "Author(s)"
// - Added CVS Log keyword to those files not having it