crypt32: Remove useless cast to self.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4749fa6767
commit
e02d441ebf
|
@ -2582,7 +2582,7 @@ static BOOL CRYPT_AsnDecodeUnicodeString(const BYTE *pbEncoded,
|
|||
if (dataLen)
|
||||
{
|
||||
DWORD i;
|
||||
LPWSTR str = *(LPWSTR *)pStr;
|
||||
LPWSTR str = *pStr;
|
||||
|
||||
assert(str);
|
||||
switch (pbEncoded[0])
|
||||
|
|
Loading…
Reference in New Issue