Fixed compilation error when using swig

This commit is contained in:
Léo Terziman
2014-03-24 11:24:27 +01:00
parent 1f3be52079
commit ed586a35ae

View File

@@ -64,7 +64,9 @@ enum aiMetadataType
AI_AISTRING = 4,
AI_AIVECTOR3D = 5,
#ifndef SWIG
FORCE_32BIT = INT_MAX
#endif
};