mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
ROS-specific patch for autosyncing with Wine
svn path=/trunk/; revision=22839
This commit is contained in:
parent
fbfa3c8507
commit
4f0a4cd681
1 changed files with 37 additions and 0 deletions
37
reactos/dll/win32/crypt32/crypt32_ros.diff
Normal file
37
reactos/dll/win32/crypt32/crypt32_ros.diff
Normal 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)
|
||||||
|
{
|
Loading…
Add table
Add a link
Reference in a new issue