(svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them

This commit is contained in:
smatz
2009-12-19 23:46:15 +00:00
parent 77d19dc5af
commit a5e8465a4a
5 changed files with 1 additions and 33 deletions

View File

@@ -79,7 +79,7 @@
#include "../../core/overflowsafe_type.hpp"
#include "../../company_type.h"
#include "../../script/fake_squirrel_types.hpp"
#include <squirrel.h>
/* Define all types here, so we don't have to include the whole _type.h maze */
typedef uint BridgeType; //!< Internal name, not of any use for you.