Commit 6e062a4e authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

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

parent 4ef65b1e
......@@ -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, \
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment