summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-17 14:03:01 +0200
committerTannin <devnull@localhost>2015-05-17 14:03:01 +0200
commit268d2ffe8b533890b408740db1a6a3730dfd8597 (patch)
tree889aec6383b1880cb99b3cd8ebe014485661d8e5 /src/shared/util.h
parent9d3364f4da3fe77113147d9350c0e8c8c7f7a637 (diff)
- some code cleanup and modernization trying to fix "dr memory" reports
(though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 14017526..1e498059 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -42,6 +42,8 @@ std::string ToLower(const std::string &text);
std::wstring &ToLower(std::wstring &text);
std::wstring ToLower(const std::wstring &text);
+bool CaseInsensitiveEqual(const std::wstring &lhs, const std::wstring &rhs);
+
VS_FIXEDFILEINFO GetFileVersion(const std::wstring &fileName);
} // namespace MOShared