odbccu32: Correct filename string

Andrey Gusev andrey.goosev at gmail.com
Thu Feb 13 08:08:32 CST 2014


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140213/6c083e21/attachment.html>
-------------- next part --------------
From 649eaa33d4ff849adb3b0085f615989be40a65a5 Mon Sep 17 00:00:00 2001
Message-Id: <649eaa33d4ff849adb3b0085f615989be40a65a5.1392300361.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 13 Feb 2014 16:05:46 +0200
Subject: odbccu32: Correct filename string

---
 dlls/odbccu32/version.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/odbccu32/version.rc b/dlls/odbccu32/version.rc
index bc1e6f2..f951271 100644
--- a/dlls/odbccu32/version.rc
+++ b/dlls/odbccu32/version.rc
@@ -18,7 +18,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine ODBC Cursor Library"
-#define WINE_FILENAME_STR "odbcu32.dll"
+#define WINE_FILENAME_STR "odbccu32.dll"
 #define WINE_FILEVERSION 6,1,7601,17632
 #define WINE_FILEVERSION_STR "6.1.7601.17632"
 #define WINE_PRODUCTVERSION 6,1,7601,17632
-- 
1.8.1.2



More information about the wine-patches mailing list