On 07.09.2010 22:37, Hans Leidekker wrote:
Hi Mikko,
diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c
index 78757ac..192f9cb 100644
--- a/dlls/secur32/schannel.c
+++ b/dlls/secur32/schannel.c
@@ -1244,6 +1244,15 @@ static SECURITY_STATUS SEC_ENTRY
schan_DecryptMessage(PCtxtHandle
On 07.09.2010 21:29, Juan Lang wrote:
Hi Mikko,
+// This is a bit weird, but windows does it too
You can't use C++-style comments in Wine. You do the same in your
tests patch, too.
Sorry, my bad. I'll fix them up.
--
Mikko
Hi Mikko,
> diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c
> index 78757ac..192f9cb 100644
> --- a/dlls/secur32/schannel.c
> +++ b/dlls/secur32/schannel.c
> @@ -1244,6 +1244,15 @@ static SECURITY_STATUS SEC_ENTRY
> schan_DecryptMessage(PCtxtHandle context_handle
> if(buffer->
On Tue, Sep 7, 2010 at 10:44 AM, Mikko Rasa wrote:
> ---
> dlls/secur32/schannel.c | 9 +
> 1 files changed, 9 insertions(+), 0 deletions(-)
Howdy Mikko,
> diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c
> index 78757ac..192f9cb 100644
> --- a/dlls/secur32/schannel.c
>
Hi Mikko,
+// This is a bit weird, but windows does it too
You can't use C++-style comments in Wine. You do the same in your
tests patch, too.
--Juan