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
1e4c9717
Commit
1e4c9717
authored
May 02, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Exclude unused headers.
parent
57459dc5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
9 deletions
+0
-9
buffer.c
dlls/dsound/buffer.c
+0
-1
capture.c
dlls/dsound/capture.c
+0
-1
dsound.c
dlls/dsound/dsound.c
+0
-1
duplex.c
dlls/dsound/duplex.c
+0
-2
mixer.c
dlls/dsound/mixer.c
+0
-1
primary.c
dlls/dsound/primary.c
+0
-1
propset.c
dlls/dsound/propset.c
+0
-1
sound3d.c
dlls/dsound/sound3d.c
+0
-1
No files found.
dlls/dsound/buffer.c
View file @
1e4c9717
...
...
@@ -27,7 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "mmsystem.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/debug.h"
#include "dsound.h"
...
...
dlls/dsound/capture.c
View file @
1e4c9717
...
...
@@ -34,7 +34,6 @@
#include "winuser.h"
#include "mmsystem.h"
#include "mmddk.h"
#include "winreg.h"
#include "winternl.h"
#include "winnls.h"
#include "wine/debug.h"
...
...
dlls/dsound/dsound.c
View file @
1e4c9717
...
...
@@ -28,7 +28,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "mmsystem.h"
#include "winternl.h"
#include "mmddk.h"
...
...
dlls/dsound/duplex.c
View file @
1e4c9717
...
...
@@ -29,9 +29,7 @@
#include "winuser.h"
#include "mmsystem.h"
#include "mmddk.h"
#include "winreg.h"
#include "winternl.h"
#include "winnls.h"
#include "wine/debug.h"
#include "dsound.h"
#include "dsdriver.h"
...
...
dlls/dsound/mixer.c
View file @
1e4c9717
...
...
@@ -29,7 +29,6 @@
#include "winbase.h"
#include "winuser.h"
#include "mmsystem.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/debug.h"
#include "dsound.h"
...
...
dlls/dsound/primary.c
View file @
1e4c9717
...
...
@@ -27,7 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "mmsystem.h"
#include "winreg.h"
#include "winternl.h"
#include "mmddk.h"
#include "wine/debug.h"
...
...
dlls/dsound/propset.c
View file @
1e4c9717
...
...
@@ -26,7 +26,6 @@
#include "winbase.h"
#include "winuser.h"
#include "mmsystem.h"
#include "winreg.h"
#include "winternl.h"
#include "winnls.h"
#include "vfwmsgs.h"
...
...
dlls/dsound/sound3d.c
View file @
1e4c9717
...
...
@@ -46,7 +46,6 @@
#include "winbase.h"
#include "winuser.h"
#include "mmsystem.h"
#include "winreg.h"
#include "winternl.h"
#include "mmddk.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