fix "headercheck":

part of https://github.com/assimp/assimp/issues/534
This commit is contained in:
abma
2015-04-15 21:22:26 +02:00
parent 7e9c48e1ae
commit 470ad98281
118 changed files with 416 additions and 25 deletions

View File

@@ -45,6 +45,7 @@ namespace Assimp {
namespace HMP {
#include "./../include/assimp/Compiler/pushpack1.h"
#include <stdint.h>
// to make it easier for us, we test the magic word against both "endianesses"
#define AI_HMP_MAGIC_NUMBER_BE_4 AI_MAKE_MAGIC("HMP4")