Module: wine Branch: refs/heads/master Commit: f7b678e887891021d3107d92d28c89b95c4e41c2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f7b678e887891021d3107d92...
Author: Stefan Leichter Stefan.Leichter@camLine.com Date: Tue Feb 21 20:23:43 2006 +0100
shell32: Export PathResolve by name.
---
dlls/shell32/shell32.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 4e6b7ae..a3de716 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