Browse Source

- NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard.

Alexander Gessler 12 years ago
parent
commit
5a0903668d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/NDOLoader.cpp

+ 1 - 1
code/NDOLoader.cpp

@@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #include "AssimpPCH.h"
-#ifndef AI_BUILD_NO_NDO_IMPORTER
+#ifndef ASSIMP_BUILD_NO_NDO_IMPORTER
 #include "NDOLoader.h"
 
 using namespace Assimp;