From 71c2e0f2620a07ca96dc1389e282fdad3487bd02 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 29 Apr 2006 18:41:44 +0000 Subject: Mingw32 patches supplied by Anton Korobeynikov. llvm-svn: 28023 --- llvm/lib/System/Win32/Path.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/System') diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc index 92ab62f3cdd..8f3ceebb28b 100644 --- a/llvm/lib/System/Win32/Path.inc +++ b/llvm/lib/System/Win32/Path.inc @@ -741,7 +741,7 @@ Path::setStatusInfoOnDisk(const StatusInfo& si) const { } void -sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) { +CopyFile(const sys::Path &Dest, const sys::Path &Src) { // Can't use CopyFile macro defined in Windows.h because it would mess up the // above line. We use the expansion it would have in a non-UNICODE build. if (!::CopyFileA(Src.c_str(), Dest.c_str(), false)) -- cgit v1.2.3