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
ae8682f2
Commit
ae8682f2
authored
Dec 22, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
6fcb789a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
device.c
dlls/wined3d/device.c
+1
-1
search.c
tools/winedump/search.c
+1
-1
No files found.
dlls/wined3d/device.c
View file @
ae8682f2
...
...
@@ -1187,7 +1187,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, D3DRENDE
IWineD3DDeviceImpl
*
This
=
(
IWineD3DDeviceImpl
*
)
iface
;
DWORD
OldValue
=
This
->
stateBlock
->
renderState
[
State
];
/* Simple way of refering to either a DWORD or a 4 byte float */
/* Simple way of refer
r
ing to either a DWORD or a 4 byte float */
union
{
DWORD
d
;
float
f
;
...
...
tools/winedump/search.c
View file @
ae8682f2
...
...
@@ -88,7 +88,7 @@ int symbol_search (parsed_symbol *sym)
}
grep_buff
[
i
]
=
'\0'
;
/* Definitly not in these: */
/* Definit
e
ly not in these: */
if
(
strcmp
(
extension
,
".dll"
)
==
0
||
strcmp
(
extension
,
".lib"
)
==
0
||
strcmp
(
extension
,
".so"
)
==
0
||
...
...
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