You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to provide named entry point shell32.SHILCreateFromPath for vista apps.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
From 5aea6b429bdc985c59e8149d7d51fde8133e79bf Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Leichter <Stefan.Leichter@camline.com>
|
||||
Date: Wed, 10 Dec 2014 23:38:23 +0100
|
||||
Subject: shell32: export SHILCreateFromPath by name too
|
||||
|
||||
https://bugs.winehq.org/show_bug.cgi?id=37265
|
||||
---
|
||||
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
|
||||
--
|
||||
2.1.3
|
||||
|
||||
1
patches/shell32-SHILCreateFromPath/definition
Normal file
1
patches/shell32-SHILCreateFromPath/definition
Normal file
@@ -0,0 +1 @@
|
||||
Fixes: [37265] Provide named entry point shell32.SHILCreateFromPath for vista apps
|
||||
Reference in New Issue
Block a user