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
f1c27eda
Commit
f1c27eda
authored
Dec 18, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
796b2dd0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
commctrl.c
dlls/comctl32/commctrl.c
+1
-1
device.c
dlls/d3d9/tests/device.c
+1
-1
font.c
dlls/gdi32/font.c
+1
-1
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+1
-1
No files found.
dlls/comctl32/commctrl.c
View file @
f1c27eda
...
...
@@ -715,7 +715,7 @@ InitCommonControls (void)
*
* NOTES
* Probaly all versions of comctl32 initializes the Win95 controls in DllMain
* during DLL initializa
it
on. Starting from comctl32 v5.82 all the controls
* during DLL initializa
ti
on. Starting from comctl32 v5.82 all the controls
* are initialized there. We follow this behaviour and this function is just
* a dummy.
*
...
...
dlls/d3d9/tests/device.c
View file @
f1c27eda
...
...
@@ -183,7 +183,7 @@ static void test_swapchain(void)
ok
(
backbuffer
!=
NULL
,
"The back buffer is NULL
\n
"
);
if
(
backbuffer
)
IDirect3DSurface9_Release
(
backbuffer
);
/* Try to get a nonexist
a
nt swapchain */
/* Try to get a nonexist
e
nt swapchain */
hr
=
IDirect3DDevice9_GetSwapChain
(
pDevice
,
1
,
&
swapchainX
);
ok
(
hr
==
D3DERR_INVALIDCALL
,
"GetSwapChain on an nonexistent swapchain returned (%s)
\n
"
,
DXGetErrorString9
(
hr
));
ok
(
swapchainX
==
NULL
,
"Swapchain 1 is %p
\n
"
,
swapchainX
);
...
...
dlls/gdi32/font.c
View file @
f1c27eda
...
...
@@ -2792,7 +2792,7 @@ DWORD WINAPI GetKerningPairsW( HDC hDC, DWORD cPairs,
* TranslateCharsetInfo [GDI32.@]
*
* Fills a CHARSETINFO structure for a character set, code page, or
* font. This allows making the correspondence between different label
ing
s
* font. This allows making the correspondence between different labels
* (character set, Windows, ANSI, and OEM codepages, and Unicode ranges)
* of the same encoding.
*
...
...
dlls/shell32/shfldr_unixfs.c
View file @
f1c27eda
...
...
@@ -482,7 +482,7 @@ static inline void UNIXFS_seconds_since_1970_to_dos_date_time(
* buffer 'pIDL'.
*
* PARAMS
* pszUnixPath [I] An absolute path. The SHITEMID will be buil
d
for the last component.
* pszUnixPath [I] An absolute path. The SHITEMID will be buil
t
for the last component.
* pIDL [O] SHITEMID will be constructed here.
*
* RETURNS
...
...
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