Patrik Stridvall : dsound: The GUID:s defined in dsconf. h should be exported by dxguid.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 8 14:44:35 CST 2007


Module: wine
Branch: master
Commit: 6e062a4e08c83f072076b15e0cd28b3a9048be41
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6e062a4e08c83f072076b15e0cd28b3a9048be41

Author: Patrik Stridvall <patrik at stridvall.se>
Date:   Mon Jan  8 00:20:14 2007 +0100

dsound: The GUID:s defined in dsconf.h should be exported by dxguid.

---

 dlls/dsound/tests/propset.c |    3 ++-
 dlls/dxguid/dxguid.c        |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/dsound/tests/propset.c b/dlls/dsound/tests/propset.c
index 28324a8..3beebf2 100644
--- a/dlls/dsound/tests/propset.c
+++ b/dlls/dsound/tests/propset.c
@@ -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, \
diff --git a/dlls/dxguid/dxguid.c b/dlls/dxguid/dxguid.c
index c2c102f..82bae2a 100644
--- a/dlls/dxguid/dxguid.c
+++ b/dlls/dxguid/dxguid.c
@@ -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"




More information about the wine-cvs mailing list