(this is possibly going to annoy some people, but..)
put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly to allow alternative win32 compilers to be used.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <cstdio>
|
||||
#include <cerrno>
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
#include "mad-0.15.1b/mad.h"
|
||||
#ifdef _XBOX
|
||||
#ifdef _DEBUG
|
||||
|
||||
Reference in New Issue
Block a user