From aadd076269cc3e09896bb1da554bd1a358a276c5 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 28 May 2013 23:14:49 +0200 Subject: - added hook for ansi version of SHFileOperation, this function may not be routed to the unicode version in every windows variant --- src/shared/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/util.h') diff --git a/src/shared/util.h b/src/shared/util.h index 80983cb0..4af1fb1e 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -30,7 +30,7 @@ namespace MOShared { static const int MAXPATH_UNICODE = 32767; - +bool FileExists(const std::string &filename); bool FileExists(const std::wstring &filename); bool FileExists(const std::wstring &searchPath, const std::wstring &filename); -- cgit v1.3.1