|
From: <axl...@us...> - 2009-01-02 01:20:36
|
Revision: 139
http://hgengine.svn.sourceforge.net/hgengine/?rev=139&view=rev
Author: axlecrusher
Date: 2009-01-02 01:20:29 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
fix not defined
Modified Paths:
--------------
Mercury2/src/MercuryMath.cpp
Modified: Mercury2/src/MercuryMath.cpp
===================================================================
--- Mercury2/src/MercuryMath.cpp 2009-01-02 01:19:05 UTC (rev 138)
+++ Mercury2/src/MercuryMath.cpp 2009-01-02 01:20:29 UTC (rev 139)
@@ -1,6 +1,6 @@
#include "MercuryMath.h"
-#if !defined( USE_SSE )
+#ifndef USE_SSE
//Generic Math functions. Compile these if you can not use optimized functions.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|