From 00efadd93b842dbfdab2ffd5923b99388a129a9a Mon Sep 17 00:00:00 2001 From: Stefan Leichter Date: Tue, 6 Sep 2005 11:04:24 +0000 Subject: [PATCH] Added version resource to shlwapi.dll. --- dlls/shlwapi/shlwapi.rc | 2 ++ dlls/shlwapi/version.rc | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 dlls/shlwapi/version.rc diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc index 6d7a383b920..4099bcdb5a5 100644 --- a/dlls/shlwapi/shlwapi.rc +++ b/dlls/shlwapi/shlwapi.rc @@ -23,6 +23,8 @@ #include "winuser.h" #include "resource.h" +#include "version.rc" + #include "shlwapi_De.rc" #include "shlwapi_En.rc" #include "shlwapi_Es.rc" diff --git a/dlls/shlwapi/version.rc b/dlls/shlwapi/version.rc new file mode 100644 index 00000000000..8bfa99805b0 --- /dev/null +++ b/dlls/shlwapi/version.rc @@ -0,0 +1,27 @@ +/* + * Copyright 2005 + * + * Stefan Leichter + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#define WINE_FILENAME_STR "shlwapi.dll" +#define WINE_FILEVERSION 6,0,2800,1692 +#define WINE_FILEVERSION_STR "6.0.2800.1692" +#define WINE_PRODUCTVERSION 6,0,2800,1692 +#define WINE_PRODUCTVERSION_STR "6.0.2800.1692" + +#include "wine/wine_common_ver.rc"