00001 // Filename: pre_fcollada_include.h 00002 // Created by: pro-rsoft (04Oct08) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) Carnegie Mellon University. All rights reserved. 00008 // 00009 // All use of this software is subject to the terms of the revised BSD 00010 // license. You should have received a copy of this license along 00011 // with this source code in a file named "LICENSE." 00012 // 00013 //////////////////////////////////////////////////////////////////// 00014 00015 // This file defines some stuff that need to be defined before 00016 // one includes FCollada.h 00017 00018 #ifndef PRE_FCOLLADA_INCLUDE_H 00019 #define PRE_FCOLLADA_INCLUDE_H 00020 00021 #ifdef FCOLLADA_VERSION 00022 #error You must include pre_fcollada_include.h before including FCollada.h! 00023 #endif 00024 00025 // FCollada expects LINUX to be defined on linux 00026 #ifdef IS_LINUX 00027 #ifndef LINUX 00028 #define LINUX 00029 #endif 00030 #endif 00031 00032 #define NO_LIBXML 00033 #define FCOLLADA_NOMINMAX 00034 00035 #endif