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
5f6d8da9
Commit
5f6d8da9
authored
Aug 02, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
Aug 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fusion: Sign-compare warnings fix.
parent
a36c2e75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
assembly.c
dlls/fusion/assembly.c
+4
-3
No files found.
dlls/fusion/assembly.c
View file @
5f6d8da9
...
@@ -747,7 +747,7 @@ static LPSTR assembly_dup_str(ASSEMBLY *assembly, DWORD index)
...
@@ -747,7 +747,7 @@ static LPSTR assembly_dup_str(ASSEMBLY *assembly, DWORD index)
HRESULT
assembly_get_name
(
ASSEMBLY
*
assembly
,
LPSTR
*
name
)
HRESULT
assembly_get_name
(
ASSEMBLY
*
assembly
,
LPSTR
*
name
)
{
{
BYTE
*
ptr
;
BYTE
*
ptr
;
U
LONG
offset
;
LONG
offset
;
DWORD
stridx
;
DWORD
stridx
;
offset
=
assembly
->
tables
[
TableFromToken
(
mdtAssembly
)].
offset
;
offset
=
assembly
->
tables
[
TableFromToken
(
mdtAssembly
)].
offset
;
...
@@ -839,7 +839,7 @@ static BYTE *assembly_get_blob(ASSEMBLY *assembly, WORD index, ULONG *size)
...
@@ -839,7 +839,7 @@ static BYTE *assembly_get_blob(ASSEMBLY *assembly, WORD index, ULONG *size)
static
void
bytes_to_str
(
BYTE
*
bytes
,
DWORD
len
,
LPSTR
str
)
static
void
bytes_to_str
(
BYTE
*
bytes
,
DWORD
len
,
LPSTR
str
)
{
{
int
i
;
DWORD
i
;
static
const
char
hexval
[
16
]
=
{
static
const
char
hexval
[
16
]
=
{
'0'
,
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'6'
,
'7'
,
'8'
,
'9'
,
'a'
,
'b'
,
'c'
,
'd'
,
'e'
,
'f'
'0'
,
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'6'
,
'7'
,
'8'
,
'9'
,
'a'
,
'b'
,
'c'
,
'd'
,
'e'
,
'f'
...
@@ -859,7 +859,8 @@ static void bytes_to_str(BYTE *bytes, DWORD len, LPSTR str)
...
@@ -859,7 +859,8 @@ static void bytes_to_str(BYTE *bytes, DWORD len, LPSTR str)
HRESULT
assembly_get_pubkey_token
(
ASSEMBLY
*
assembly
,
LPSTR
*
token
)
HRESULT
assembly_get_pubkey_token
(
ASSEMBLY
*
assembly
,
LPSTR
*
token
)
{
{
ASSEMBLYTABLE
*
asmtbl
;
ASSEMBLYTABLE
*
asmtbl
;
ULONG
i
,
offset
,
size
;
ULONG
i
,
size
;
LONG
offset
;
BYTE
*
hashdata
;
BYTE
*
hashdata
;
HCRYPTPROV
crypt
;
HCRYPTPROV
crypt
;
HCRYPTHASH
hash
;
HCRYPTHASH
hash
;
...
...
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