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
1e214eb5
Commit
1e214eb5
authored
Oct 02, 2014
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Oct 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling/grammar fixes.
parent
82f9e8a7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
visual.c
dlls/ddraw/tests/visual.c
+2
-2
environ.c
dlls/kernel32/environ.c
+1
-1
locale.c
dlls/kernel32/locale.c
+1
-1
locale.c
dlls/kernel32/tests/locale.c
+1
-1
path.c
dlls/shlwapi/tests/path.c
+1
-1
winecon_private.h
programs/wineconsole/winecon_private.h
+1
-1
winhelp.c
programs/winhlp32/winhelp.c
+1
-1
No files found.
dlls/ddraw/tests/visual.c
View file @
1e214eb5
...
...
@@ -490,8 +490,8 @@ static void fog_test(IDirect3DDevice7 *device)
{{
0
.
0
f
,
0
.
0
f
,
1
.
5
f
},
0xffff0000
,
0xff000000
},
};
/* Untransformed ones. Give them a different diffuse color to make the
* test look nicer. It also
make
s making sure that they are drawn
* correctly
easier
. */
* test look nicer. It also
help
s making sure that they are drawn
* correctly. */
struct
{
struct
vec4
position
;
...
...
dlls/kernel32/environ.c
View file @
1e214eb5
...
...
@@ -503,7 +503,7 @@ DWORD WINAPI GetFirmwareEnvironmentVariableA(LPCSTR name, LPCSTR guid, PVOID buf
}
/***********************************************************************
* GetFirmwareEnvironmentVariable
A
(KERNEL32.@)
* GetFirmwareEnvironmentVariable
W
(KERNEL32.@)
*/
DWORD
WINAPI
GetFirmwareEnvironmentVariableW
(
LPCWSTR
name
,
LPCWSTR
guid
,
PVOID
buffer
,
DWORD
size
)
{
...
...
dlls/kernel32/locale.c
View file @
1e214eb5
...
...
@@ -4324,7 +4324,7 @@ static const struct geoinfo_t *get_geoinfo_dataptr(GEOID geoid)
ptr
=
&
geoinfodata
[
n
];
if
(
geoid
==
ptr
->
id
)
/* we don't need empty entr
y
*/
/* we don't need empty entr
ies
*/
return
*
ptr
->
iso2W
?
ptr
:
NULL
;
if
(
ptr
->
id
>
geoid
)
...
...
dlls/kernel32/tests/locale.c
View file @
1e214eb5
...
...
@@ -3971,7 +3971,7 @@ static void test_EnumSystemGeoID(void)
ret
=
pEnumSystemGeoID
(
GEOCLASS_NATION
,
0
,
test_geoid_enumproc
);
ok
(
ret
,
"got %d
\n
"
,
ret
);
/* only first level is enumerated, not the whole hierarchy */
/* only
the
first level is enumerated, not the whole hierarchy */
geoidenum_count
=
0
;
ret
=
pEnumSystemGeoID
(
GEOCLASS_NATION
,
39070
,
test_geoid_enumproc2
);
if
(
ret
==
0
)
...
...
dlls/shlwapi/tests/path.c
View file @
1e214eb5
...
...
@@ -1626,7 +1626,7 @@ static void test_PathIsRelativeW(void)
LPWSTR
path
;
if
(
!
pPathIsRelativeW
)
{
win_skip
(
"PathIsRelative
A
not available
\n
"
);
win_skip
(
"PathIsRelative
W
not available
\n
"
);
return
;
}
...
...
programs/wineconsole/winecon_private.h
View file @
1e214eb5
...
...
@@ -75,7 +75,7 @@ struct inner_data {
void
(
*
fnSetFont
)(
struct
inner_data
*
data
,
const
WCHAR
*
font
,
unsigned
height
,
unsigned
weight
);
void
(
*
fnDeleteBackend
)(
struct
inner_data
*
data
);
void
*
private
;
/* data part belonging to the chosen backed */
void
*
private
;
/* data part belonging to the chosen backe
n
d */
};
/* from wineconsole.c */
...
...
programs/winhlp32/winhelp.c
View file @
1e214eb5
...
...
@@ -309,7 +309,7 @@ static HLPFILE_WINDOWINFO* WINHELP_GetPopupWindowInfo(HLPFILE* hlpfile,
/* Calculate horizontal size and position of a popup window */
GetWindowRect
(
parent
->
hMainWnd
,
&
parent_rect
);
wi
.
size
.
cx
=
(
parent_rect
.
right
-
parent_rect
.
left
)
/
2
;
wi
.
size
.
cy
=
10
;
/* need a non null value, so that border are taken into account while computing */
wi
.
size
.
cy
=
10
;
/* need a non null value, so that border
s
are taken into account while computing */
wi
.
origin
.
x
=
(
short
)
LOWORD
(
mouse
);
wi
.
origin
.
y
=
(
short
)
HIWORD
(
mouse
);
...
...
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