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/{shlwapi.rc => version.rc} | 21 ++++++++------------- 2 files changed, 10 insertions(+), 13 deletions(-) copy dlls/shlwapi/{shlwapi.rc => version.rc} (69%) 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/shlwapi.rc b/dlls/shlwapi/version.rc similarity index 69% copy from dlls/shlwapi/shlwapi.rc copy to dlls/shlwapi/version.rc index 6d7a383b920..8bfa99805b0 100644 --- a/dlls/shlwapi/shlwapi.rc +++ b/dlls/shlwapi/version.rc @@ -1,7 +1,7 @@ /* - * Top level resource file for shlwapi + * Copyright 2005 * - * Copyright 2004 Jon Griffiths + * Stefan Leichter * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,15 +18,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "windef.h" -#include "winbase.h" -#include "winuser.h" -#include "resource.h" +#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 "shlwapi_De.rc" -#include "shlwapi_En.rc" -#include "shlwapi_Es.rc" -#include "shlwapi_Nl.rc" -#include "shlwapi_It.rc" -#include "shlwapi_Ja.rc" -#include "shlwapi_Pt.rc" +#include "wine/wine_common_ver.rc" -- 2.11.4.GIT