Module: wine Branch: master Commit: e41a5422b0b06c5bb25f7b11635a6b540a86f43e URL: http://source.winehq.org/git/wine.git/?a=commit;h=e41a5422b0b06c5bb25f7b1163...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Thu Feb 13 16:05:46 2014 +0200
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