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>2008-04-26 22:35:20 +0400
committerassarbad <none@none>2008-04-26 22:35:20 +0400
commit4aa1d3cd617d7372239f3f26b4b8d6a569cb8fb9 (patch)
treeecfe443caffb8827479c0c1cd25f645f7853be8b /windirstat/PageGeneral.h
parent1572ae76643ad317d70f1037bdabc448b0021475 (diff)
- Added proper header guards
- Build broken inside VS2008
Diffstat (limited to 'windirstat/PageGeneral.h')
-rw-r--r--windirstat/PageGeneral.h38
1 files changed, 6 insertions, 32 deletions
diff --git a/windirstat/PageGeneral.h b/windirstat/PageGeneral.h
index 7d98101..7ac94eb 100644
--- a/windirstat/PageGeneral.h
+++ b/windirstat/PageGeneral.h
@@ -2,7 +2,7 @@
//
// WinDirStat - Directory Statistics
// Copyright (C) 2003-2005 Bernhard Seifert
-// Copyright (C) 2004-2006 Oliver Schneider (assarbad.net)
+// Copyright (C) 2004-2006, 2008 Oliver Schneider (assarbad.net)
//
// 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
@@ -18,11 +18,13 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// Author(s): - bseifert -> bseifert@users.sourceforge.net, bseifert@daccord.net
-// - assarbad -> http://assarbad.net/en/contact
+// Author(s): - bseifert -> bernhard@windirstat.info
+// - assarbad -> oliver@windirstat.info
//
// $Id$
+#ifndef __WDS_PAGEGENERAL_H__
+#define __WDS_PAGEGENERAL_H__
#pragma once
class COptionsPropertySheet;
@@ -71,32 +73,4 @@ protected:
afx_msg void OnBnClickedListFullRowSelection();
};
-// $Log$
-// Revision 1.13 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.12 2006/07/04 23:37:39 assarbad
-// - Added my email address in the header, adjusted "Author" -> "Author(s)"
-// - Added CVS Log keyword to those files not having it
-// - Added the files which I forgot during last commit
-//
-// Revision 1.11 2006/07/04 22:49:20 assarbad
-// - Replaced CVS keyword "Date" by "Header" in the file headers
-//
-// Revision 1.10 2006/07/04 20:45:22 assarbad
-// - See changelog for the changes of todays previous check-ins as well as this one!
-//
-// Revision 1.9 2004/11/14 08:49:06 bseifert
-// Date/Time/Number formatting now uses User-Locale. New option to force old behavior.
-//
-// Revision 1.8 2004/11/13 08:17:07 bseifert
-// Remove blanks in Unicode Configuration names.
-//
-// Revision 1.7 2004/11/12 22:14:16 bseifert
-// Eliminated CLR_NONE. Minor corrections.
-//
-// Revision 1.6 2004/11/05 16:53:06 assarbad
-// Added Date and History tag where appropriate.
-//
+#endif // __WDS_PAGEGENERAL_H__