From f7b678e887891021d3107d92d28c89b95c4e41c2 Mon Sep 17 00:00:00 2001
From: Stefan Leichter <Stefan.Leichter@camLine.com>
Date: Tue, 21 Feb 2006 20:23:43 +0100
Subject: [PATCH] shell32: Export PathResolve by name.

---
 dlls/shell32/shell32.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 4e6b7ae8e36..a3de7167a79 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -44,7 +44,7 @@
   48 stdcall -noname PathSetDlgItemPath(long long ptr) PathSetDlgItemPathAW
   49 stdcall -noname PathQualify(ptr) PathQualifyAW
   50 stdcall -noname PathStripToRoot(ptr) PathStripToRootAW
-  51 stdcall -noname PathResolve(str long long) PathResolveAW
+  51 stdcall PathResolve(str long long) PathResolveAW
   52 stdcall -noname PathGetArgs(str) PathGetArgsAW
   53 stdcall DoEnvironmentSubst(long long) DoEnvironmentSubstAW
   55 stdcall -noname PathQuoteSpaces(ptr) PathQuoteSpacesAW
-- 
GitLab