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
2783e72a
Commit
2783e72a
authored
Jul 27, 2006
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 28, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 2 "static is not at beginning of declaration" warnings.
parent
b222f1bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vertexdeclaration.c
dlls/d3d9/vertexdeclaration.c
+1
-1
font.c
dlls/gdi/tests/font.c
+1
-1
No files found.
dlls/d3d9/vertexdeclaration.c
View file @
2783e72a
...
...
@@ -30,7 +30,7 @@ typedef struct _D3DDECLTYPE_INFO {
int
typesize
;
}
D3DDECLTYPE_INFO
;
D3DDECLTYPE_INFO
static
const
d3d_dtype_lookup
[
D3DDECLTYPE_UNUSED
]
=
{
static
D3DDECLTYPE_INFO
const
d3d_dtype_lookup
[
D3DDECLTYPE_UNUSED
]
=
{
{
D3DDECLTYPE_FLOAT1
,
1
,
sizeof
(
float
)},
{
D3DDECLTYPE_FLOAT2
,
2
,
sizeof
(
float
)},
{
D3DDECLTYPE_FLOAT3
,
3
,
sizeof
(
float
)},
...
...
dlls/gdi/tests/font.c
View file @
2783e72a
...
...
@@ -336,7 +336,7 @@ static void test_GetCharABCWidthsW(void)
static
void
test_text_extents
(
void
)
{
const
static
WCHAR
wt
[]
=
{
'O'
,
'n'
,
'e'
,
'\n'
,
't'
,
'w'
,
'o'
,
' '
,
'3'
,
0
};
static
const
WCHAR
wt
[]
=
{
'O'
,
'n'
,
'e'
,
'\n'
,
't'
,
'w'
,
'o'
,
' '
,
'3'
,
0
};
LPINT
extents
;
INT
i
,
len
,
fit1
,
fit2
;
LOGFONTA
lf
;
...
...
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