diff options
author | michi_cc <michi_cc@openttd.org> | 2010-06-27 00:19:28 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2010-06-27 00:19:28 +0000 |
commit | b3a707ae4b39ff832236dfcb786fbe3461ce0e1b (patch) | |
tree | 73844238ec487ebca5d573024a730530abcd2d1f /src/music | |
parent | 09eb0156fd553d6c38a579c5e78e143b8f857d37 (diff) | |
download | openttd-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.cpp | 1 |
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 |