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
b0269c94
Commit
b0269c94
authored
Feb 23, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Mar 03, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Remove D3D9GetSWInfo.
parent
086dd817
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
d3d9.spec
dlls/d3d9/d3d9.spec
+0
-2
d3d9_main.c
dlls/d3d9/d3d9_main.c
+0
-5
No files found.
dlls/d3d9/d3d9.spec
View file @
b0269c94
...
...
@@ -12,5 +12,3 @@
@ stdcall DebugSetMute()
@ stdcall Direct3DCreate9(long)
@ stdcall Direct3DCreate9Ex(long ptr)
@ stdcall D3D9GetSWInfo()
dlls/d3d9/d3d9_main.c
View file @
b0269c94
...
...
@@ -38,11 +38,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d9);
static
int
D3DPERF_event_level
=
0
;
HRESULT
WINAPI
D3D9GetSWInfo
(
void
)
{
FIXME
(
"(void): stub
\n
"
);
return
0
;
}
void
WINAPI
DebugSetMute
(
void
)
{
/* nothing to do */
}
...
...
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