Module: wine Branch: master Commit: 6f98de084b5fa50e08c82ac9bee579e55fddfc14 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f98de084b5fa50e08c82ac9be...
Author: Stefan Leichter Stefan.Leichter@camLine.com Date: Wed Dec 17 22:21:33 2014 +0100
shell32: Export SHILCreateFromPath by name too.
---
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 0a8d448..f168ed7 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -24,7 +24,7 @@ 25 stdcall -ordinal ILCombine(ptr ptr) 26 stdcall -noname ILLoadFromStream(ptr ptr) 27 stdcall -ordinal ILSaveToStream(ptr ptr) - 28 stdcall -noname SHILCreateFromPath(ptr ptr ptr) SHILCreateFromPathAW + 28 stdcall SHILCreateFromPath(ptr ptr ptr) SHILCreateFromPathAW 29 stdcall -noname PathIsRoot(ptr) PathIsRootAW 30 stdcall -noname PathBuildRoot(ptr long) PathBuildRootAW 31 stdcall -noname PathFindExtension(ptr) PathFindExtensionAW