diff options
author | Chris Robinson <[email protected]> | 2011-02-07 22:46:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-02-07 22:46:54 -0800 |
commit | 41a2c25b5afa99c4614f4923eae7ef5c4dcf67f7 (patch) | |
tree | 57c24c24d6cb64c5e6366d4b01c7088e03ed4c82 /Alc/dsound.c | |
parent | b21424929091ad0752199e0da78cb2f9d10421eb (diff) |
Include cguid.h for GUID_NULL
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index ac7782b9..26e6d46f 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -27,6 +27,7 @@ #include <memory.h> #include <dsound.h> +#include <cguid.h> #include <mmreg.h> #ifndef _WAVEFORMATEXTENSIBLE_ #include <ks.h> |