Alexandre Julliard : wine.inf: Specify the full module path for the source of copied files.

Alexandre Julliard julliard at winehq.org
Thu Mar 18 16:43:53 CDT 2021


Module: wine
Branch: master
Commit: 8cd5c1bc37cb617a6e88698e289516cee8d2449f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8cd5c1bc37cb617a6e88698e289516cee8d2449f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar 18 11:41:13 2021 +0100

wine.inf: Specify the full module path for the source of copied files.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 loader/wine.inf.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 3abcc41ffa1..2b7bc358829 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -4038,12 +4038,12 @@ HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-SpiderSolitaire-EnableGa
 HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame",0x10001,0x00000001
 
 [ColorFiles]
-srgb color space profile.icm,"@mscms.dll,-1"
+srgb color space profile.icm,"@%11%\mscms.dll,-1"
 
 [InfFiles]
-winebus.inf,"@winebus.sys,-1"
-winehid.inf,"@winehid.sys,-1"
-wineusb.inf,"@wineusb.sys,-1"
+winebus.inf,"@%12%\winebus.sys,-1"
+winehid.inf,"@%12%\winehid.sys,-1"
+wineusb.inf,"@%12%\wineusb.sys,-1"
 
 [NlsFiles]
 c_037.nls




More information about the wine-cvs mailing list