summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/FileSystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/FileSystem.hpp')
-rw-r--r--dviware/dvisvgm/src/FileSystem.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/dviware/dvisvgm/src/FileSystem.hpp b/dviware/dvisvgm/src/FileSystem.hpp
index 9a45c4ac19..0c13f178e9 100644
--- a/dviware/dvisvgm/src/FileSystem.hpp
+++ b/dviware/dvisvgm/src/FileSystem.hpp
@@ -2,7 +2,7 @@
** FileSystem.hpp **
** **
** This file is part of dvisvgm -- a fast DVI to SVG converter **
-** Copyright (C) 2005-2020 Martin Gieseking <martin.gieseking@uos.de> **
+** Copyright (C) 2005-2021 Martin Gieseking <martin.gieseking@uos.de> **
** **
** This program is free software; you can redistribute it and/or **
** modify it under the terms of the GNU General Public License as **
@@ -48,6 +48,9 @@ class FileSystem {
static uint64_t filesize (const std::string &fname);
static std::string ensureForwardSlashes (std::string path);
static std::string getcwd ();
+#ifdef _WIN32
+ static std::string getcwd (char drive);
+#endif
static std::string tmpdir ();
static bool chdir (const std::string &dir);
static bool exists (const std::string &fname);