Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
1059f697
Commit
1059f697
authored
Sep 16, 2006
by
Paul Vriens
Committed by
Alexandre Julliard
Sep 20, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Cast-qual warnings fix.
parent
b078b5dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
str.c
dlls/crypt32/tests/str.c
+7
-7
No files found.
dlls/crypt32/tests/str.c
View file @
1059f697
...
@@ -45,18 +45,18 @@ typedef struct _CertRDNAttrEncodingW {
...
@@ -45,18 +45,18 @@ typedef struct _CertRDNAttrEncodingW {
LPCWSTR
str
;
LPCWSTR
str
;
}
CertRDNAttrEncodingW
,
*
PCertRDNAttrEncodingW
;
}
CertRDNAttrEncodingW
,
*
PCertRDNAttrEncodingW
;
static
const
BYTE
bin1
[]
=
{
0x55
,
0x53
};
static
BYTE
bin1
[]
=
{
0x55
,
0x53
};
static
const
BYTE
bin2
[]
=
{
0x4d
,
0x69
,
0x6e
,
0x6e
,
0x65
,
0x73
,
0x6f
,
0x74
,
static
BYTE
bin2
[]
=
{
0x4d
,
0x69
,
0x6e
,
0x6e
,
0x65
,
0x73
,
0x6f
,
0x74
,
0x61
};
0x61
};
static
const
BYTE
bin3
[]
=
{
0x4d
,
0x69
,
0x6e
,
0x6e
,
0x65
,
0x61
,
0x70
,
0x6f
,
static
BYTE
bin3
[]
=
{
0x4d
,
0x69
,
0x6e
,
0x6e
,
0x65
,
0x61
,
0x70
,
0x6f
,
0x6c
,
0x69
,
0x73
};
0x6c
,
0x69
,
0x73
};
static
const
BYTE
bin4
[]
=
{
0x43
,
0x6f
,
0x64
,
0x65
,
0x57
,
0x65
,
0x61
,
0x76
,
static
BYTE
bin4
[]
=
{
0x43
,
0x6f
,
0x64
,
0x65
,
0x57
,
0x65
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
};
0x65
,
0x72
,
0x73
};
static
const
BYTE
bin5
[]
=
{
0x57
,
0x69
,
0x6e
,
0x65
,
0x20
,
0x44
,
0x65
,
0x76
,
static
BYTE
bin5
[]
=
{
0x57
,
0x69
,
0x6e
,
0x65
,
0x20
,
0x44
,
0x65
,
0x76
,
0x65
,
0x6c
,
0x6f
,
0x70
,
0x6d
,
0x65
,
0x6e
,
0x74
};
0x65
,
0x6c
,
0x6f
,
0x70
,
0x6d
,
0x65
,
0x6e
,
0x74
};
static
const
BYTE
bin6
[]
=
{
0x6c
,
0x6f
,
0x63
,
0x61
,
0x6c
,
0x68
,
0x6f
,
0x73
,
static
BYTE
bin6
[]
=
{
0x6c
,
0x6f
,
0x63
,
0x61
,
0x6c
,
0x68
,
0x6f
,
0x73
,
0x74
};
0x74
};
static
const
BYTE
bin7
[]
=
{
0x61
,
0x72
,
0x69
,
0x63
,
0x40
,
0x63
,
0x6f
,
0x64
,
static
BYTE
bin7
[]
=
{
0x61
,
0x72
,
0x69
,
0x63
,
0x40
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x77
,
0x65
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x2e
,
0x63
,
0x6f
,
0x6d
};
0x65
,
0x77
,
0x65
,
0x61
,
0x76
,
0x65
,
0x72
,
0x73
,
0x2e
,
0x63
,
0x6f
,
0x6d
};
static
const
BYTE
cert
[]
=
static
const
BYTE
cert
[]
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment