From 46487ad59eb9811c863c080e78b265900ed3e4ec Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 2 Nov 2009 23:55:04 +0000 Subject: == COLLADA == * fix win64 build and add proper library usage for COLLADA 64bit. Update also lib/win64 (r24263). --- intern/moto/include/MT_assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/moto') diff --git a/intern/moto/include/MT_assert.h b/intern/moto/include/MT_assert.h index 22f6b6a555c..b8f18fc52ff 100644 --- a/intern/moto/include/MT_assert.h +++ b/intern/moto/include/MT_assert.h @@ -76,7 +76,7 @@ abort(); #endif /* breakpoint */ -#if defined(WIN32) && !defined(__GNUC__) +#if defined(_WIN32) && !defined(__GNUC__) #define MT_assert(predicate) assert(predicate) #else -- cgit v1.2.3