|
|
@@ -58,7 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
#include "./../include/assimp/mesh.h"
|
|
|
#include "./../include/assimp/Compiler/pushpack1.h"
|
|
|
// Urho3D: VS2008 compatibility
|
|
|
-#if (__STDC_VERSION__ >= 199901L) || (_MSC_VER >= 1600)
|
|
|
+#if !defined(_MSC_VER) || (_MSC_VER >= 1600)
|
|
|
#include <stdint.h>
|
|
|
#else
|
|
|
#include "../include/assimp/Compiler/pstdint.h"
|