summaryrefslogtreecommitdiff
path: root/music/win32_m.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:16:10 +0000
committertron <tron@openttd.org>2005-07-25 07:16:10 +0000
commit2faf06f4cdc47c7774329a6ebdcd4432420bee72 (patch)
treea82d96125e84eafe4fb9321c49e6f8a880e8c141 /music/win32_m.c
parentf1c254befaba4980e832a82dee2adbefa6587ead (diff)
downloadopenttd-2faf06f4cdc47c7774329a6ebdcd4432420bee72.tar.xz
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Diffstat (limited to 'music/win32_m.c')
-rw-r--r--music/win32_m.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/music/win32_m.c b/music/win32_m.c
index 8edfc55c7..3ec1d5ec2 100644
--- a/music/win32_m.c
+++ b/music/win32_m.c
@@ -1,9 +1,10 @@
/* $Id$ */
-#include "stdafx.h"
-#include "openttd.h"
-#include "music/win32_m.h"
+#include "../stdafx.h"
+#include "../openttd.h"
+#include "win32_m.h"
#include <windows.h>
+#include <mmsystem.h>
static struct {
bool stop_song;