Author: fireball Date: Tue Jul 4 21:33:54 2006 New Revision: 22839
URL: http://svn.reactos.org/svn/reactos?rev=22839&view=rev Log: ROS-specific patch for autosyncing with Wine
Added: trunk/reactos/dll/win32/crypt32/crypt32_ros.diff
Added: trunk/reactos/dll/win32/crypt32/crypt32_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/crypt32/crypt32_r... ============================================================================== --- trunk/reactos/dll/win32/crypt32/crypt32_ros.diff (added) +++ trunk/reactos/dll/win32/crypt32/crypt32_ros.diff Tue Jul 4 21:33:54 2006 @@ -1,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) + {