From 201990b5d9d28abb67314076f577190f7a39f3ae Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 25 Jul 2005 07:16:10 +0000 Subject: (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build --- music/null_m.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'music/null_m.c') diff --git a/music/null_m.c b/music/null_m.c index a1fec1f72..c76a60211 100644 --- a/music/null_m.c +++ b/music/null_m.c @@ -1,8 +1,8 @@ /* $Id$ */ -#include "stdafx.h" -#include "openttd.h" -#include "music/null_m.h" +#include "../stdafx.h" +#include "../openttd.h" +#include "null_m.h" static const char* NullMidiStart(const char* const* parm) { return NULL; } static void NullMidiStop(void) {} -- cgit v1.2.3-70-g09d2