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
6e062a4e
Commit
6e062a4e
authored
Jan 08, 2007
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jan 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: The GUID:s defined in dsconf.h should be exported by dxguid.
parent
4ef65b1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
propset.c
dlls/dsound/tests/propset.c
+2
-1
dxguid.c
dlls/dxguid/dxguid.c
+1
-0
No files found.
dlls/dsound/tests/propset.c
View file @
6e062a4e
...
...
@@ -24,7 +24,6 @@
#include "wine/test.h"
#include "dsound.h"
#include "initguid.h"
#include "dsconf.h"
#include "dxerr8.h"
...
...
@@ -35,6 +34,8 @@
DSBCAPS_CTRLFREQUENCY|DSBCAPS_CTRLPAN|DSBCAPS_CTRLVOLUME
#endif
#include "initguid.h"
DEFINE_GUID
(
DSPROPSETID_VoiceManager
,
\
0x62A69BAE
,
0xDF9D
,
0x11D1
,
0x99
,
0xA6
,
0x00
,
0xC0
,
0x4F
,
0xC9
,
0x9D
,
0x46
);
DEFINE_GUID
(
DSPROPSETID_EAX20_ListenerProperties
,
\
...
...
dlls/dxguid/dxguid.c
View file @
6e062a4e
...
...
@@ -35,6 +35,7 @@
#include "ddraw.h"
#include "mmsystem.h"
#include "dsound.h"
#include "dsconf.h"
#include "dsdriver.h"
#include "dmusici.h"
#include "dmusics.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