From 460091fb0b2ff114cc741372f15bb43b702ea3b1 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:24:35 +0200 Subject: 5.16 --- lib/resolve_path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/resolve_path.h') diff --git a/lib/resolve_path.h b/lib/resolve_path.h index 975ed304..4e85c8ee 100644 --- a/lib/resolve_path.h +++ b/lib/resolve_path.h @@ -19,7 +19,7 @@ FULL directory format: - convert relative paths into absolute - trim whitespace and append file name separator */ -Zstring getFormattedDirectoryName(const Zstring& dirString); //throw() - non-blocking! no I/O! +Zstring getFormattedDirectoryName(const Zstring& dirString); //throw() - non-blocking! no I/O! not thread-safe!!!(see ::GetFullPathName()) //macro substitution only Zstring expandMacros(const Zstring& text); -- cgit