Fixed compilation error when using swig

pull/261/head
Léo Terziman 2014-03-24 11:24:27 +01:00
parent 1f3be52079
commit ed586a35ae
1 changed files with 2 additions and 0 deletions

View File

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