summaryrefslogtreecommitdiff
path: root/w32dm2.cpp
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-12 22:03:14 +0000
committerdarkvater <darkvater@openttd.org>2004-09-12 22:03:14 +0000
commit989ed101bc9ff659736354f42ac22dfd23809e92 (patch)
tree059fa9da5c30ef18e3f8d338d639a6d1f3d67e0d /w32dm2.cpp
parente295e46e3eccd58626ce2b02aab24b96c025636b (diff)
downloadopenttd-989ed101bc9ff659736354f42ac22dfd23809e92.tar.xz
(svn r224) -Fix: Music now finally works on WinXP. DirectMusic is now default for an OS >= WinNT4 (WinNT4, Win2k, WinXP), and MIDI driver for lower OS's (Win95, Win98, WinME, etc).
Diffstat (limited to 'w32dm2.cpp')
-rw-r--r--w32dm2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32dm2.cpp b/w32dm2.cpp
index b32182bcd..ac42fd5a6 100644
--- a/w32dm2.cpp
+++ b/w32dm2.cpp
@@ -302,4 +302,4 @@ void SetVolume(long vol)
}
#endif
-#endif // WIN32_ENABLE_DIRECTMUSIC_SUPPORT
+#endif /* WIN32_ENABLE_DIRECTMUSIC_SUPPORT */