From 4f0a4cd6813af804232be0d53fc59833a9e20af7 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 4 Jul 2006 17:33:54 +0000 Subject: [PATCH] ROS-specific patch for autosyncing with Wine svn path=/trunk/; revision=22839 --- reactos/dll/win32/crypt32/crypt32_ros.diff | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 reactos/dll/win32/crypt32/crypt32_ros.diff diff --git a/reactos/dll/win32/crypt32/crypt32_ros.diff b/reactos/dll/win32/crypt32/crypt32_ros.diff new file mode 100644 index 00000000000..809eb6429da --- /dev/null +++ b/reactos/dll/win32/crypt32/crypt32_ros.diff @@ -0,0 +1,37 @@ +Index: crypt32.rc +=================================================================== +--- crypt32.rc (revision 22838) ++++ crypt32.rc (working copy) +@@ -17,12 +17,18 @@ + * 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 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" +Index: main.c +=================================================================== +--- main.c (revision 22838) ++++ main.c (working copy) +@@ -294,7 +294,7 @@ + return FALSE; + } + +-BOOL WINAPI CryptVerifyMessageSignature(/*PCRYPT_VERIFY_MESSAGE_PARA*/ void* pVerifyPara, ++BOOL WINAPI CryptVerifyMessageSignature(PCRYPT_VERIFY_MESSAGE_PARA pVerifyPara, + DWORD dwSignerIndex, const BYTE* pbSignedBlob, DWORD cbSignedBlob, + BYTE* pbDecoded, DWORD* pcbDecoded, PCCERT_CONTEXT* ppSignerCert) + {