summaryrefslogtreecommitdiff
path: root/src/music/dmusic.cpp
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-02-23 12:56:10 +0000
committerDarkvater <Darkvater@openttd.org>2007-02-23 12:56:10 +0000
commit9fa035f4676a0f2d185f235164af6dfbe0dd038e (patch)
tree8281000501fad69bd62fdfaf32ebf1cf2d050a9a /src/music/dmusic.cpp
parent4160d85cd2571604c615500124ba8077fc26bfd2 (diff)
downloadopenttd-9fa035f4676a0f2d185f235164af6dfbe0dd038e.tar.xz
(svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
Diffstat (limited to 'src/music/dmusic.cpp')
-rw-r--r--src/music/dmusic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/music/dmusic.cpp b/src/music/dmusic.cpp
index 9c2c6a2cd..c52e6f99b 100644
--- a/src/music/dmusic.cpp
+++ b/src/music/dmusic.cpp
@@ -1,9 +1,8 @@
/* $Id$ */
-#include "../stdafx.h"
-
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
+#include "../stdafx.h"
#include "../debug.h"
#include "../win32.h"
#include "dmusic.h"