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-29 12:07:53 +0300
committerassarbad <none@none>2004-11-29 12:07:53 +0300
commit1be781e4650cb695f687df02b8c051c747897e48 (patch)
tree5236798d440b8140e90e28722bffd3366a019454 /windirstat/FileFindWDS.h
parent90e716f1f6a312ae33752fa622305bd926016136 (diff)
- Changed scope for including afx.h
Diffstat (limited to 'windirstat/FileFindWDS.h')
-rw-r--r--windirstat/FileFindWDS.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/windirstat/FileFindWDS.h b/windirstat/FileFindWDS.h
index 802d73e..0136da5 100644
--- a/windirstat/FileFindWDS.h
+++ b/windirstat/FileFindWDS.h
@@ -22,7 +22,7 @@
// Last modified: $Date$
#pragma once
-#include "afx.h" // Declaration of prototype for CFileFind
+#include <afx.h> // Declaration of prototype for CFileFind
class CFileFindWDS :
public CFileFind
@@ -35,6 +35,9 @@ public:
};
// $Log$
+// Revision 1.3 2004/11/29 09:07:53 assarbad
+// - Changed scope for including afx.h
+//
// Revision 1.2 2004/11/28 14:40:06 assarbad
// - Extended CFileFindWDS to replace a global function
// - Now packing/unpacking the file attributes. This even spares a call to find encrypted/compressed files.