(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/* $Id$ */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "sound/null_s.h"
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
#include "null_s.h"
|
||||
|
||||
static const char *NullSoundStart(const char * const *parm) { return NULL; }
|
||||
static void NullSoundStop(void) {}
|
||||
|
||||
Reference in New Issue
Block a user