From e00e9c842b4b0c7cb209c2f334ab29c1197d9efd Mon Sep 17 00:00:00 2001 From: The Wine Synchronizer Date: Mon, 10 Jul 2006 21:39:10 +0000 Subject: [PATCH] Autosyncing with Wine HEAD svn path=/trunk/; revision=23008 --- reactos/dll/win32/crypt32/crypt32.rc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/crypt32/crypt32.rc b/reactos/dll/win32/crypt32/crypt32.rc index 00d723acfbf..1fe23cdf33a 100644 --- a/reactos/dll/win32/crypt32/crypt32.rc +++ b/reactos/dll/win32/crypt32/crypt32.rc @@ -17,12 +17,18 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ + +#define REACTOS_VERSION_DLL +#define REACTOS_STR_FILE_DESCRIPTION "CryptoAPI Library\0" +#define REACTOS_STR_INTERNAL_NAME "crypt32\0" +#define REACTOS_STR_ORIGINAL_FILENAME "crypt32.dll\0" + #include "windef.h" #include "winbase.h" #include "winuser.h" #include "cryptres.h" -#include "version.rc" +#include #include "crypt32_De.rc" #include "crypt32_En.rc"