d3dcompiler: Correct filename string

Andrey Gusev andrey.goosev at gmail.com
Mon Jan 6 08:25:05 CST 2014


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140106/3aefb375/attachment.html>
-------------- next part --------------
From 5fcab1e82a4d7f1cd052dd7782b6a97e803d8ecb Mon Sep 17 00:00:00 2001
Message-Id: <5fcab1e82a4d7f1cd052dd7782b6a97e803d8ecb.1389018079.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 6 Jan 2014 16:19:28 +0200
Subject: d3dcompiler: Correct filename string

---
 dlls/d3dcompiler_33/version.rc | 2 +-
 dlls/d3dcompiler_34/version.rc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dcompiler_33/version.rc b/dlls/d3dcompiler_33/version.rc
index 11d0618..880a0b5 100644
--- a/dlls/d3dcompiler_33/version.rc
+++ b/dlls/d3dcompiler_33/version.rc
@@ -18,7 +18,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DCompiler"
-#define WINE_FILENAME_STR "d3dcompiler_1.dll"
+#define WINE_FILENAME_STR "d3dcompiler_33.dll"
 #define WINE_FILEVERSION 9,18,904,15
 #define WINE_FILEVERSION_STR "9.18.904.0015"
 #define WINE_PRODUCTVERSION 9,18,904,15
diff --git a/dlls/d3dcompiler_34/version.rc b/dlls/d3dcompiler_34/version.rc
index 8e89a96..b4f9788 100644
--- a/dlls/d3dcompiler_34/version.rc
+++ b/dlls/d3dcompiler_34/version.rc
@@ -18,7 +18,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DCompiler"
-#define WINE_FILENAME_STR "d3dcompiler_1.dll"
+#define WINE_FILENAME_STR "d3dcompiler_34.dll"
 #define WINE_FILEVERSION 9,19,949,46
 #define WINE_FILEVERSION_STR "9.19.949.0046"
 #define WINE_PRODUCTVERSION 9,19,949,46
-- 
1.8.1.2


More information about the wine-patches mailing list