diff options
author | Simon Warta <[email protected]> | 2015-07-16 18:39:50 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-16 19:04:34 +0200 |
commit | 748ae07caf2445f7b75f5c96ae674c6de0b0610a (patch) | |
tree | bae6bc6de24dbdfd732c1734c78aeae566837ece /src/lib/utils/filesystem.h | |
parent | 2ea885ffe9f44fada457b9cc8e169418c57f1bdb (diff) |
Add MSVC stl filesystem implementation
Closes #199
Diffstat (limited to 'src/lib/utils/filesystem.h')
-rw-r--r-- | src/lib/utils/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/filesystem.h b/src/lib/utils/filesystem.h index 6f9b5196e..419f94b99 100644 --- a/src/lib/utils/filesystem.h +++ b/src/lib/utils/filesystem.h @@ -1,5 +1,6 @@ /* * (C) 2015 Jack Lloyd +* (C) 2015 Simon Warta (Kullo GmbH) * * Botan is released under the Simplified BSD License (see license.txt) */ |