From aa0abcf51e83674273b7c174393b59887cfc8b52 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sat, 8 Aug 2009 10:22:51 +0000 Subject: [PATCH] partial revert of r41765 svn path=/trunk/; revision=42504 --- reactos/dll/win32/crypt32/crypt32.rbuild | 10 +------ reactos/dll/win32/crypt32/crypt32.rc | 35 ++++++++++++++++++++++++ reactos/dll/win32/crypt32/crypt32_Fr.rc | 1 + 3 files changed, 37 insertions(+), 9 deletions(-) create mode 100644 reactos/dll/win32/crypt32/crypt32.rc diff --git a/reactos/dll/win32/crypt32/crypt32.rbuild b/reactos/dll/win32/crypt32/crypt32.rbuild index 3642bac03a3..6b91352df3d 100644 --- a/reactos/dll/win32/crypt32/crypt32.rbuild +++ b/reactos/dll/win32/crypt32/crypt32.rbuild @@ -35,15 +35,7 @@ str.c ctl.c message.c - crypt32_De.rc - crypt32_En.rc - crypt32_Fr.rc - crypt32_Ko.rc - crypt32_Nl.rc - crypt32_No.rc - crypt32_Pt.rc - crypt32_Ro.rc - crypt32_Sv.rc + crypt32.rc version.rc -fno-unit-at-a-time diff --git a/reactos/dll/win32/crypt32/crypt32.rc b/reactos/dll/win32/crypt32/crypt32.rc new file mode 100644 index 00000000000..c51174b6b09 --- /dev/null +++ b/reactos/dll/win32/crypt32/crypt32.rc @@ -0,0 +1,35 @@ +/* + * crypt32 dll resources + * + * Copyright (C) 2006 Juan Lang + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ +#include "windef.h" +#include "winbase.h" +#include "winuser.h" +#include "cryptres.h" + +#include "version.rc" + +#include "crypt32_De.rc" +#include "crypt32_En.rc" +#include "crypt32_Fr.rc" +#include "crypt32_Ko.rc" +#include "crypt32_Nl.rc" +#include "crypt32_No.rc" +#include "crypt32_Pt.rc" +#include "crypt32_Ro.rc" +#include "crypt32_Sv.rc" diff --git a/reactos/dll/win32/crypt32/crypt32_Fr.rc b/reactos/dll/win32/crypt32/crypt32_Fr.rc index 030a3a98500..16ca9c728ff 100644 --- a/reactos/dll/win32/crypt32/crypt32_Fr.rc +++ b/reactos/dll/win32/crypt32/crypt32_Fr.rc @@ -241,3 +241,4 @@ STRINGTABLE DISCARDABLE IDS_NETSCAPE_SMIME_CA "AC S/MIME" IDS_NETSCAPE_SIGN_CA "Signature CA" } +#pragma code_page(default)