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>2004-11-05 19:53:08 +0300
committerassarbad <none@none>2004-11-05 19:53:08 +0300
commit9651ee8e4b9cef354b44b936dd1c8070469951be (patch)
treeaca94551112db4d593e1bb82da1602060a4179e5 /windirstat/osspecific.h
parentb200d6b215e71634a153faa9382b60023a4fa593 (diff)
Added Date and History tag where appropriate.
Diffstat (limited to 'windirstat/osspecific.h')
-rw-r--r--windirstat/osspecific.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/windirstat/osspecific.h b/windirstat/osspecific.h
index ebbacf0..7fddc66 100644
--- a/windirstat/osspecific.h
+++ b/windirstat/osspecific.h
@@ -18,7 +18,8 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// Author: bseifert@users.sourceforge.net, bseifert@daccord.net
-
+//
+// Last modified: $Date$
// I try not to blow up such classes; they shall _only_ hide away the dynamic linking.
@@ -155,3 +156,8 @@ private:
HMODULE m_dll;
TypeQueryDosDevice m_QueryDosDevice;
};
+
+// $Log$
+// Revision 1.4 2004/11/05 16:53:07 assarbad
+// Added Date and History tag where appropriate.
+//