From 6f98de084b5fa50e08c82ac9bee579e55fddfc14 Mon Sep 17 00:00:00 2001 From: Stefan Leichter Date: Wed, 17 Dec 2014 22:21:33 +0100 Subject: [PATCH] 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 0a8d448daef..f168ed7a2d5 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 -- 2.11.4.GIT