Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
1d3bf575
Commit
1d3bf575
authored
Dec 07, 2022
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Remove no longer used declarations.
parent
f99eef68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
graphics.c
dlls/winex11.drv/graphics.c
+0
-12
No files found.
dlls/winex11.drv/graphics.c
View file @
1d3bf575
...
...
@@ -1643,18 +1643,6 @@ static char *get_icm_profile( unsigned long *size )
return
ret
;
}
typedef
struct
{
unsigned
int
unknown
[
6
];
unsigned
int
state
[
5
];
unsigned
int
count
[
2
];
unsigned
char
buffer
[
64
];
}
sha_ctx
;
extern
void
WINAPI
A_SHAInit
(
sha_ctx
*
);
extern
void
WINAPI
A_SHAUpdate
(
sha_ctx
*
,
const
unsigned
char
*
,
unsigned
int
);
extern
void
WINAPI
A_SHAFinal
(
sha_ctx
*
,
unsigned
char
*
);
static
const
WCHAR
mntr_key
[]
=
{
'\\'
,
'R'
,
'e'
,
'g'
,
'i'
,
's'
,
't'
,
'r'
,
'y'
,
'\\'
,
'M'
,
'a'
,
'c'
,
'h'
,
'i'
,
'n'
,
'e'
,
'\\'
,
'S'
,
'o'
,
'f'
,
't'
,
'w'
,
'a'
,
'r'
,
'e'
,
'\\'
,
'M'
,
'i'
,
'c'
,
'r'
,
'o'
,
's'
,
'o'
,
'f'
,
't'
,
'\\'
,
...
...
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