summaryrefslogtreecommitdiff
path: root/src/music
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-06-27 00:19:28 +0000
committermichi_cc <michi_cc@openttd.org>2010-06-27 00:19:28 +0000
commitb3a707ae4b39ff832236dfcb786fbe3461ce0e1b (patch)
tree73844238ec487ebca5d573024a730530abcd2d1f /src/music
parent09eb0156fd553d6c38a579c5e78e143b8f857d37 (diff)
downloadopenttd-b3a707ae4b39ff832236dfcb786fbe3461ce0e1b.tar.xz
(svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows.
Diffstat (limited to 'src/music')
-rw-r--r--src/music/dmusic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/music/dmusic.cpp b/src/music/dmusic.cpp
index 988884b8f..cb255e7c0 100644
--- a/src/music/dmusic.cpp
+++ b/src/music/dmusic.cpp
@@ -11,6 +11,7 @@
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
+#define INITGUID
#include "../stdafx.h"
#ifdef WIN32_LEAN_AND_MEAN
#undef WIN32_LEAN_AND_MEAN // Don't exclude rarely-used stuff from Windows headers