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
33e1b6ff
Commit
33e1b6ff
authored
Aug 16, 2007
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Aug 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxguid: Remove dsdriver.h from imports.
parent
42c26ded
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
dsound_main.c
dlls/dsound/dsound_main.c
+2
-1
dxguid.c
dlls/dxguid/dxguid.c
+0
-1
audio.c
dlls/wineoss.drv/audio.c
+2
-1
No files found.
dlls/dsound/dsound_main.c
View file @
33e1b6ff
...
...
@@ -47,9 +47,10 @@
#include "mmddk.h"
#include "wine/debug.h"
#include "dsound.h"
#include "dsconf.h"
#include "initguid.h"
#include "dsdriver.h"
#include "dsound_private.h"
#include "dsconf.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dsound
);
...
...
dlls/dxguid/dxguid.c
View file @
33e1b6ff
...
...
@@ -36,7 +36,6 @@
#include "mmsystem.h"
#include "dsound.h"
#include "dsconf.h"
#include "dsdriver.h"
#include "dmusici.h"
#include "dmusics.h"
#include "dplay.h"
...
...
dlls/wineoss.drv/audio.c
View file @
33e1b6ff
...
...
@@ -65,10 +65,11 @@
#include "mmddk.h"
#include "mmreg.h"
#include "dsound.h"
#include "dsdriver.h"
#include "ks.h"
#include "ksguid.h"
#include "ksmedia.h"
#include "initguid.h"
#include "dsdriver.h"
#include "oss.h"
#include "wine/debug.h"
...
...
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