ROS-specific patch for autosyncing with Wine

svn path=/trunk/; revision=22839
This commit is contained in:
Aleksey Bragin 2006-07-04 17:33:54 +00:00
parent fbfa3c8507
commit 4f0a4cd681

View file

@ -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 <reactos/version.rc>
#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)
{