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
8ca1f3fc
Commit
8ca1f3fc
authored
Jan 03, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 03, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes
parent
6526c377
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dsurface.c
dlls/ddraw/tests/dsurface.c
+1
-1
edit.c
dlls/user/edit.c
+1
-1
No files found.
dlls/ddraw/tests/dsurface.c
View file @
8ca1f3fc
...
...
@@ -241,7 +241,7 @@ static void QueryInterface(void)
return
;
}
/* Call IUnkown::QueryInterface */
/* Call IUnk
n
own::QueryInterface */
ret
=
IDirectDrawSurface_QueryInterface
(
dsurface
,
0
,
&
object
);
ok
(
ret
==
DDERR_INVALIDPARAMS
,
"IDirectDrawSurface::QueryInterface returned %lx
\n
"
,
ret
);
...
...
dlls/user/edit.c
View file @
8ca1f3fc
...
...
@@ -155,7 +155,7 @@ typedef struct
/*
* IME Data
*/
UINT
composition_len
;
/* leng
ht
of composition, 0 == no composition */
UINT
composition_len
;
/* leng
th
of composition, 0 == no composition */
int
composition_start
;
/* the character position for the composition */
}
EDITSTATE
;
...
...
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